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

Method getFn

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

Source from the content-addressed store, hash-verified

502 public boolean isAuxExpr() { return isAuxExpr_; }
503 public void setIsAuxExpr() { isAuxExpr_ = true; }
504 public Function getFn() { return fn_; }
505 public void disableCodegen() {
506 isCodegenDisabled_ = true;
507 for (Expr child : children_) {

Callers 15

checkSerializedMTimeMethod · 0.80
TestSampledNdvMethod · 0.80
inferPartitionLimitsMethod · 0.80
checkForLimitPushdownMethod · 0.80
execDdlRequestMethod · 0.80
createFunctionMethod · 0.80
needsSerializeMethod · 0.80
analyzeAggListMethod · 0.80
toInlineViewRefMethod · 0.80
rewriteMethod · 0.80
createPercentRankMethod · 0.80

Calls

no outgoing calls

Tested by 2

checkSerializedMTimeMethod · 0.64
TestSampledNdvMethod · 0.64