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

Method getSlotId

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

Source from the content-addressed store, hash-verified

300 public List<String> getRawPath() { return rawPath_; }
301
302 public SlotId getSlotId() {
303 Preconditions.checkState(isAnalyzed());
304 Preconditions.checkNotNull(desc_);
305 return desc_.getId();
306 }
307
308 public Path getResolvedPath() {
309 Preconditions.checkState(isAnalyzed());

Callers 15

evalBinaryPredicateMethod · 0.95
addSlotRefMethod · 0.95
createSortTupleInfoMethod · 0.95
getSlotBindingMethod · 0.95
getEqSlotsMethod · 0.95
createMetadataMethod · 0.95

Calls 2

getIdMethod · 0.65
isAnalyzedMethod · 0.45

Tested by

no test coverage detected