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

Method treeToThrift

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

Source from the content-addressed store, hash-verified

881 // For locations that don't need to handle tuple caching yet, keep the
882 // old signature with a default ThriftSerializationCtx.
883 public TExpr treeToThrift() {
884 return treeToThrift(new ThriftSerializationCtx());
885 }
886
887 // Convert this expr, including all children, to its Thrift representation.
888 public TExpr treeToThrift(ThriftSerializationCtx serialCtx) {

Callers 7

assertCaseEquivalenceMethod · 0.45
checkSerializedMTimeMethod · 0.45
EvalPredicateBatchMethod · 0.45
treesToThriftMethod · 0.45
toThriftMethod · 0.45
setColumnOptionsMethod · 0.45

Calls 4

createMethod · 0.95
treeToThriftHelperMethod · 0.95
isNullMethod · 0.80
applyMethod · 0.65

Tested by 2

assertCaseEquivalenceMethod · 0.36
checkSerializedMTimeMethod · 0.36