Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/calcite
/ getValues
Method
getValues
core/src/main/java/org/apache/calcite/interpreter/Row.java:84–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
83
// must stay package-protected
84
@Nullable Object[] getValues() {
85
return
values;
86
}
87
88
/** Returns a copy of the values. */
89
// Note: This implements BuiltInMethod.ROW_COPY_VALUES.
Callers
12
run
Method · 0.95
run
Method · 0.95
run
Method · 0.95
run
Method · 0.95
send
Method · 0.45
send
Method · 0.45
send
Method · 0.45
createEnumerable
Method · 0.45
doSend
Method · 0.45
copyToContext
Method · 0.45
comparator
Method · 0.45
transform
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected