Uses of Class
org.apache.drill.common.expression.BooleanOperator
Packages that use BooleanOperator
Package
Description
Logical expression tree representation.
Visitors for validating or optimizing logical expressions.
TODO - write docs for this package
Drill expression materialization and evaluation facilities.
Kafka storage plugin.
MongoDB storage plugin.
-
Uses of BooleanOperator in org.apache.drill.common.expression
Methods in org.apache.drill.common.expression with parameters of type BooleanOperatorModifier and TypeMethodDescriptionExpressionStringBuilder.visitBooleanOperator
(BooleanOperator op, StringBuilder sb) -
Uses of BooleanOperator in org.apache.drill.common.expression.visitors
Methods in org.apache.drill.common.expression.visitors with parameters of type BooleanOperatorModifier and TypeMethodDescriptionAbstractExprVisitor.visitBooleanOperator
(BooleanOperator op, VAL value) AggregateChecker.visitBooleanOperator
(BooleanOperator op, ErrorCollector errors) ConditionalExprOptimizer.visitBooleanOperator
(BooleanOperator op, Void value) ExpressionValidator.visitBooleanOperator
(BooleanOperator op, ErrorCollector errors) ExprVisitor.visitBooleanOperator
(BooleanOperator call, VAL value) -
Uses of BooleanOperator in org.apache.drill.exec.compile.sig
Methods in org.apache.drill.exec.compile.sig with parameters of type BooleanOperatorModifier and TypeMethodDescriptionConstantExpressionIdentifier.visitBooleanOperator
(BooleanOperator op, IdentityHashMap<LogicalExpression, Object> value) -
Uses of BooleanOperator in org.apache.drill.exec.expr
Subclasses of BooleanOperator in org.apache.drill.exec.exprMethods in org.apache.drill.exec.expr with parameters of type BooleanOperatorModifier and TypeMethodDescriptionCloneVisitor.visitBooleanOperator
(BooleanOperator op, Void value) FilterBuilder.visitBooleanOperator
(BooleanOperator op, Set<LogicalExpression> value) HashVisitor.visitBooleanOperator
(BooleanOperator op, Void value) -
Uses of BooleanOperator in org.apache.drill.exec.expr.fn.interpreter
Methods in org.apache.drill.exec.expr.fn.interpreter with parameters of type BooleanOperatorModifier and TypeMethodDescriptionInterpreterEvaluator.EvalVisitor.visitBooleanOperator
(BooleanOperator op, Integer inIndex) -
Uses of BooleanOperator in org.apache.drill.exec.store.druid
Methods in org.apache.drill.exec.store.druid with parameters of type BooleanOperatorModifier and TypeMethodDescriptionDruidFilterBuilder.visitBooleanOperator
(BooleanOperator op, Void value) -
Uses of BooleanOperator in org.apache.drill.exec.store.hbase
Methods in org.apache.drill.exec.store.hbase with parameters of type BooleanOperatorModifier and TypeMethodDescriptionHBaseFilterBuilder.visitBooleanOperator
(BooleanOperator op, Void value) -
Uses of BooleanOperator in org.apache.drill.exec.store.ischema
Methods in org.apache.drill.exec.store.ischema with parameters of type BooleanOperatorModifier and TypeMethodDescriptionInfoSchemaFilterBuilder.visitBooleanOperator
(BooleanOperator op, Void value) -
Uses of BooleanOperator in org.apache.drill.exec.store.kafka
Methods in org.apache.drill.exec.store.kafka with parameters of type BooleanOperatorModifier and TypeMethodDescriptionKafkaPartitionScanSpecBuilder.visitBooleanOperator
(BooleanOperator op, Void value) -
Uses of BooleanOperator in org.apache.drill.exec.store.mongo
Methods in org.apache.drill.exec.store.mongo with parameters of type BooleanOperatorModifier and TypeMethodDescriptionorg.bson.Document
MongoFilterBuilder.visitBooleanOperator
(BooleanOperator op, Void value)