MCPcopy 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

runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
sendMethod · 0.45
sendMethod · 0.45
sendMethod · 0.45
createEnumerableMethod · 0.45
doSendMethod · 0.45
copyToContextMethod · 0.45
comparatorMethod · 0.45
transformMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected