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

Method isImplicitCast

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

Returns true if 'this' is an implicit cast expr.

()

Source from the content-addressed store, hash-verified

1689 * Returns true if 'this' is an implicit cast expr.
1690 */
1691 public boolean isImplicitCast() { return false; }
1692
1693 @Override
1694 public String toString() {

Callers 5

resetMethod · 0.95
applyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected