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

Method getTable

core/src/main/java/org/apache/calcite/rel/RelNode.java:328–328  ·  view source on GitHub ↗

If this relational expression represents an access to a table, returns that table, otherwise returns null. @return If this relational expression represents an access to a table, returns that table, otherwise returns null

()

Source from the content-addressed store, hash-verified

326 * returns that table, otherwise returns null
327 */
328 @Nullable RelOptTable getTable();
329
330 /**
331 * Returns the name of this relational expression's class, sans package

Callers 15

isValidMethod · 0.95
checkMethod · 0.95
onMatchMethod · 0.65
extendQueryMethod · 0.65
getPigTableMethod · 0.65
getTableMethod · 0.65
getTableNameMethod · 0.65
convertMethod · 0.65
getTableMethod · 0.65
getTableMethod · 0.65

Implementers 1

AbstractRelNodecore/src/main/java/org/apache/calcite/

Calls

no outgoing calls

Tested by 15

checkMethod · 0.76
convertMethod · 0.52
visitMethod · 0.52
testTableModifyInsertMethod · 0.52
testTableModifyUpdateMethod · 0.52
testTableModifyDeleteMethod · 0.52
testTableModifyMergeMethod · 0.52
testCollationMethod · 0.52
checkCollationMethod · 0.52
testAverageRowSizeMethod · 0.52
testPredicatesMethod · 0.52
testAllPredicatesMethod · 0.52