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

Method SlotRef

fe/src/main/java/org/apache/impala/analysis/SlotRef.java:60–64  ·  view source on GitHub ↗
(List<String> rawPath)

Source from the content-addressed store, hash-verified

58 protected boolean isZippingUnnest_ = false;
59
60 public SlotRef(List<String> rawPath) {
61 super();
62 rawPath_ = rawPath;
63 label_ = ToSqlUtils.getPathSql(rawPath_);
64 }
65
66 /**
67 * C'tor for a "dummy" SlotRef used in substitution maps.

Callers

nothing calls this directly

Calls 14

getPathSqlMethod · 0.95
getIdentSqlMethod · 0.95
isScanSlotMethod · 0.80
getParentMethod · 0.80
isStructTypeMethod · 0.80
analysisDoneMethod · 0.80
addAllMethod · 0.80
getTypeMethod · 0.65
getPathMethod · 0.45
getRawPathMethod · 0.45

Tested by

no test coverage detected