| Package | Description |
|---|---|
| org.apache.drill.common.expression |
Logical expression tree representation.
|
| org.apache.drill.common.expression.visitors |
Visitors for validating or optimizing logical expressions.
|
| org.apache.drill.exec.compile.sig |
TODO - write docs for this package
|
| org.apache.drill.exec.expr |
Drill expression materialization and evaluation facilities.
|
| org.apache.drill.exec.expr.fn.interpreter | |
| org.apache.drill.exec.store.druid | |
| org.apache.drill.exec.store.hbase | |
| org.apache.drill.exec.store.ischema | |
| org.apache.drill.exec.store.kafka |
Kafka storage plugin.
|
| org.apache.drill.exec.store.mapr.db.binary | |
| org.apache.drill.exec.store.mapr.db.json | |
| org.apache.drill.exec.store.mongo |
MongoDB storage plugin.
|
| Modifier and Type | Method and Description |
|---|---|
Void |
ExpressionStringBuilder.visitBooleanOperator(BooleanOperator op,
StringBuilder sb) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
AggregateChecker.visitBooleanOperator(BooleanOperator op,
ErrorCollector errors) |
Void |
ExpressionValidator.visitBooleanOperator(BooleanOperator op,
ErrorCollector errors) |
T |
AbstractExprVisitor.visitBooleanOperator(BooleanOperator op,
VAL value) |
T |
ExprVisitor.visitBooleanOperator(BooleanOperator call,
VAL value) |
LogicalExpression |
ConditionalExprOptimizer.visitBooleanOperator(BooleanOperator op,
Void value) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ConstantExpressionIdentifier.visitBooleanOperator(BooleanOperator op,
IdentityHashMap<LogicalExpression,Object> value) |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanPredicate<C extends Comparable<C>> |
| Modifier and Type | Method and Description |
|---|---|
LogicalExpression |
FilterBuilder.visitBooleanOperator(BooleanOperator op,
Set<LogicalExpression> value) |
LogicalExpression |
CloneVisitor.visitBooleanOperator(BooleanOperator op,
Void value) |
Integer |
HashVisitor.visitBooleanOperator(BooleanOperator op,
Void value) |
| Modifier and Type | Method and Description |
|---|---|
ValueHolder |
InterpreterEvaluator.EvalVisitor.visitBooleanOperator(BooleanOperator op,
Integer inIndex) |
| Modifier and Type | Method and Description |
|---|---|
DruidScanSpec |
DruidFilterBuilder.visitBooleanOperator(BooleanOperator op,
Void value) |
| Modifier and Type | Method and Description |
|---|---|
HBaseScanSpec |
HBaseFilterBuilder.visitBooleanOperator(BooleanOperator op,
Void value) |
| Modifier and Type | Method and Description |
|---|---|
InfoSchemaFilter.ExprNode |
InfoSchemaFilterBuilder.visitBooleanOperator(BooleanOperator op,
Void value) |
| Modifier and Type | Method and Description |
|---|---|
List<KafkaPartitionScanSpec> |
KafkaPartitionScanSpecBuilder.visitBooleanOperator(BooleanOperator op,
Void value) |
| Modifier and Type | Method and Description |
|---|---|
HBaseScanSpec |
MapRDBFilterBuilder.visitBooleanOperator(BooleanOperator op,
Void value) |
| Modifier and Type | Method and Description |
|---|---|
JsonScanSpec |
JsonConditionBuilder.visitBooleanOperator(BooleanOperator op,
Void value) |
| Modifier and Type | Method and Description |
|---|---|
MongoScanSpec |
MongoFilterBuilder.visitBooleanOperator(BooleanOperator op,
Void value) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.