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

Method getDesc

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

Source from the content-addressed store, hash-verified

292 public boolean hasDesc() { return desc_ != null; }
293
294 public SlotDescriptor getDesc() {
295 Preconditions.checkState(isAnalyzed());
296 Preconditions.checkNotNull(desc_);
297 return desc_;
298 }
299
300 public List<String> getRawPath() { return rawPath_; }
301

Callers 15

verifySelectColMethod · 0.95
testSlotRefPathMethod · 0.95
testStarPathMethod · 0.95
testTableRefPathMethod · 0.95
applyMethod · 0.95
unmarkCollectionSlotsMethod · 0.95
UnnestNodeMethod · 0.95
evalBinaryPredicateMethod · 0.95
evalInPredicateMethod · 0.95
evalIsNullPredicateMethod · 0.95

Calls 1

isAnalyzedMethod · 0.45

Tested by 5

verifySelectColMethod · 0.76
testSlotRefPathMethod · 0.76
testStarPathMethod · 0.76
testTableRefPathMethod · 0.76
testMTimeMethod · 0.36