MCPcopy Create free account
hub / github.com/apache/calcite / getTuples

Method getTuples

core/src/main/java/org/apache/calcite/rel/RelInput.java:106–106  ·  view source on GitHub ↗
(String tag)

Source from the content-addressed store, hash-verified

104 RelDistribution getDistribution();
105
106 ImmutableList<ImmutableList<RexLiteral>> getTuples(String tag);
107
108 boolean getBoolean(String tag, boolean default_);
109}

Callers 15

convertMethod · 0.65
convertRowValuesMethod · 0.65
trimFieldsMethod · 0.65
convertMethod · 0.65
ValuesNodeMethod · 0.65
ValuesMethod · 0.65
isEmptyMethod · 0.65
getTuplesMethod · 0.65
applyMethod · 0.65
isEmptyMethod · 0.65
getMaxRowCountMethod · 0.65
collationsMethod · 0.65

Implementers 2

RelInputForClustercore/src/main/java/org/apache/calcite/
RelJsonReadercore/src/main/java/org/apache/calcite/

Calls

no outgoing calls

Tested by

no test coverage detected