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

Method getType

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

Source from the content-addressed store, hash-verified

487 public ExprId getId() { return id_; }
488 protected void setId(ExprId id) { id_ = id; }
489 public Type getType() { return type_; }
490 public double getSelectivity() { return selectivity_; }
491 public boolean hasSelectivity() { return selectivity_ >= 0; }
492 public float getCost() {

Callers 15

typeCastTestMethod · 0.95
getReturnTypeMethod · 0.95
testDecimalExprMethod · 0.95
testLiteralCastMethod · 0.95
testSlotRefPathMethod · 0.95
testCastToMethod · 0.95
testCastMethod · 0.95
TestCoalesceDecimalMethod · 0.95
applyMethod · 0.95
applyMethod · 0.95
applyMethod · 0.95

Calls

no outgoing calls

Tested by 8

typeCastTestMethod · 0.76
getReturnTypeMethod · 0.76
testDecimalExprMethod · 0.76
testLiteralCastMethod · 0.76
testSlotRefPathMethod · 0.76
testCastToMethod · 0.76
testCastMethod · 0.76
TestCoalesceDecimalMethod · 0.76