Uses of Class
org.apache.drill.common.expression.LogicalExpressionBase
Package
Description
Logical expression tree representation.
Drill expression materialization and evaluation facilities.
-
Uses of LogicalExpressionBase in org.apache.drill.common.expression
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
Represents an actual call (a reference) to a declared function.class
class
This is the path for the column in the tableclass
class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
Identifies method parameter based on given name and type.static class
static class
static class
protected static class
static class
-
Uses of LogicalExpressionBase in org.apache.drill.exec.expr
Modifier and TypeClassDescriptionclass
BooleanPredicate<C extends Comparable<C>>
class
ComparisonPredicate<C extends Comparable<C>>
Comparison predicates for metadata filter pushdown.class
Represents the call of a function within a query and includes the actual arguments and a reference to the function declaration (as a "function holder.")class
class
IsPredicate<C extends Comparable<C>>