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

Method toString

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

Source from the content-addressed store, hash-verified

1691 public boolean isImplicitCast() { return false; }
1692
1693 @Override
1694 public String toString() {
1695 return MoreObjects.toStringHelper(this.getClass())
1696 .add("id", id_)
1697 .add("type", type_)
1698 .add("toSql", toSql(ToSqlOptions.SHOW_IMPLICIT_CASTS))
1699 .add("sel", selectivity_)
1700 .add("evalCost", evalCost_)
1701 .add("#distinct", numDistinctValues_)
1702 .toString();
1703 }
1704
1705 /**
1706 * If 'this' is a SlotRef or a Cast that wraps a SlotRef, returns that SlotRef.

Callers 15

getTokenStrMethod · 0.45
generateFormDataMethod · 0.45
generateValueMethod · 0.45
authorizeTableAccessMethod · 0.45
toSqlMethod · 0.45
toSqlMethod · 0.45
collectAbsolutePathsMethod · 0.45

Calls 3

toSqlMethod · 0.95
addMethod · 0.45
toStringHelperMethod · 0.45

Tested by 12

generateValueMethod · 0.36
listAssignmentsMethod · 0.36
analyzeMethod · 0.36
fetchPartitionStatsMethod · 0.36
toSqlMethod · 0.36
toSqlMethod · 0.36
createExecuteStmtMethod · 0.36
toSqlMethod · 0.36
writeTestCaseDataMethod · 0.36
toSqlMethod · 0.36