MCPcopy Create free account
hub / github.com/apache/impala / getRootDesc

Method getRootDesc

fe/src/main/java/org/apache/impala/analysis/Path.java:370–370  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

368
369 public FeTable getRootTable() { return rootTable_; }
370 public TupleDescriptor getRootDesc() { return rootDesc_; }
371 public boolean isRootedAtTable() { return rootTable_ != null; }
372 public boolean isRootedAtTuple() { return rootDesc_ != null; }
373 public List<String> getRawPath() { return rawPath_; }

Callers 15

resetMethod · 0.95
analyzeMethod · 0.95
analyzeMethod · 0.45
isRelativeMethod · 0.45
setPathMethod · 0.45
getMaterializedPathMethod · 0.45
isBoundByTupleIdsMethod · 0.45
isBoundByTupleIdsMethod · 0.45
getCorrelatedTupleIdsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected