| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
FilterSelectivityEstimator(org.apache.calcite.rel.RelNode childRel,
org.apache.calcite.rel.metadata.RelMetadataQuery mq) |
| Modifier and Type | Method and Description |
|---|---|
Double |
estimateSelectivity(org.apache.calcite.rex.RexNode predicate) |
Double |
visitCall(org.apache.calcite.rex.RexCall call) |
Double |
visitInputRef(org.apache.calcite.rex.RexInputRef inputRef) |
Double |
visitLiteral(org.apache.calcite.rex.RexLiteral literal) |
visitArrayAnd, visitArrayOr, visitCorrelVariable, visitDynamicParam, visitFieldAccess, visitLocalRef, visitOver, visitPatternFieldRef, visitRangeRef, visitSubQuery, visitTableInputRefpublic FilterSelectivityEstimator(org.apache.calcite.rel.RelNode childRel,
org.apache.calcite.rel.metadata.RelMetadataQuery mq)
Copyright © 2022 The Apache Software Foundation. All rights reserved.