Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
convert
Method · 0.65
convertRowValues
Method · 0.65
trimFields
Method · 0.65
convert
Method · 0.65
ValuesNode
Method · 0.65
Values
Method · 0.65
isEmpty
Method · 0.65
getTuples
Method · 0.65
apply
Method · 0.65
isEmpty
Method · 0.65
getMaxRowCount
Method · 0.65
collations
Method · 0.65
Implementers
2
RelInputForCluster
core/src/main/java/org/apache/calcite/
RelJsonReader
core/src/main/java/org/apache/calcite/
Calls
no outgoing calls
Tested by
no test coverage detected