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

Method getRawPath

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

Source from the content-addressed store, hash-verified

371 public boolean isRootedAtTable() { return rootTable_ != null; }
372 public boolean isRootedAtTuple() { return rootDesc_ != null; }
373 public List<String> getRawPath() { return rawPath_; }
374 public boolean isResolved() { return isResolved_; }
375 public TVirtualColumnType getVirtualColumnType() { return virtualColType_; }
376 public boolean isVirtualColumn() {

Callers 15

getDisjunctsHelperMethod · 0.45
collectProjectionIdMethod · 0.45
analyzeMethod · 0.45
setPathMethod · 0.45
PathMethod · 0.45
resolveNonVirtualPathMethod · 0.45
analyzeComplexTypeMethod · 0.45
applyTableMaskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected