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

Method destType

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

Source from the content-addressed store, hash-verified

412 }
413
414 public Type destType() {
415 Preconditions.checkState(isResolved_);
416 if (!matchedTypes_.isEmpty()) return matchedTypes_.get(matchedTypes_.size() - 1);
417 if (rootDesc_ != null) return rootDesc_.getType();
418 if (rootTable_ != null) return rootTable_.getType();
419 return null;
420 }
421
422 public FeTable destTable() {
423 Preconditions.checkState(isResolved_);

Callers 12

addStarExpandedPathMethod · 0.95
setPathMethod · 0.80
resolveNonVirtualPathMethod · 0.80
analyzeComplexTypeMethod · 0.80
expandStarMethod · 0.80
resolvePathsMethod · 0.80
registerSlotRefMethod · 0.80
setPathMethod · 0.80

Calls 4

getMethod · 0.65
getTypeMethod · 0.65
isEmptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected