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

Method getPosition

fe/src/main/java/org/apache/impala/catalog/Column.java:69–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 public String getName() { return name_; }
68 public Type getType() { return type_; }
69 public int getPosition() { return position_; }
70 public void setPosition(int position) { this.position_ = position; }
71 public ColumnStats getStats() { return stats_; }
72 public boolean isNullable() { return true; }

Callers 15

getColumnsMethod · 0.95
analyzeMethod · 0.95
analyzeMethod · 0.95
analyzeMethod · 0.95
prepareExpressionsMethod · 0.95
loadFromThriftMethod · 0.95
createScanOutputExprsMethod · 0.95
evalBinaryPredicateMethod · 0.45
evalInPredicateMethod · 0.45
evalIsNullPredicateMethod · 0.45

Calls

no outgoing calls

Tested by 1