Package | Description |
---|---|
org.bytedeco.gandiva |
Modifier and Type | Class and Description |
---|---|
class |
Condition
\brief A condition expression.
|
Modifier and Type | Method and Description |
---|---|
static Expression |
TreeExprBuilder.MakeExpression(BytePointer function,
FieldVector in_fields,
Field out_field) |
static Expression |
TreeExprBuilder.MakeExpression(BytePointer function,
FieldVector in_fields,
Field out_field) |
static Expression |
TreeExprBuilder.MakeExpression(Node root_node,
Field result_field)
\brief create an expression with the specified root_node, and the
result written to result_field.
|
static Expression |
TreeExprBuilder.MakeExpression(Node root_node,
Field result_field)
\brief create an expression with the specified root_node, and the
result written to result_field.
|
static Expression |
TreeExprBuilder.MakeExpression(String function,
FieldVector in_fields,
Field out_field)
\brief convenience function for simple function expressions.
|
static Expression |
TreeExprBuilder.MakeExpression(String function,
FieldVector in_fields,
Field out_field)
\brief convenience function for simple function expressions.
|
Modifier and Type | Method and Description |
---|---|
static Status |
Projector.Make(Schema schema,
Expression exprs,
Configuration configuration,
Projector projector)
Build a projector for the given schema to evaluate the vector of expressions.
|
static Status |
Projector.Make(Schema schema,
Expression exprs,
Configuration configuration,
Projector projector)
Build a projector for the given schema to evaluate the vector of expressions.
|
static Status |
Projector.Make(Schema schema,
Expression exprs,
int selection_vector_mode,
Configuration configuration,
Projector projector) |
static Status |
Projector.Make(Schema schema,
Expression exprs,
int selection_vector_mode,
Configuration configuration,
Projector projector) |
static Status |
Projector.Make(Schema schema,
Expression exprs,
Projector projector)
Build a default projector for the given schema to evaluate
the vector of expressions.
|
static Status |
Projector.Make(Schema schema,
Expression exprs,
Projector projector)
Build a default projector for the given schema to evaluate
the vector of expressions.
|
static Status |
Projector.Make(Schema schema,
Expression exprs,
SelectionVector.Mode selection_vector_mode,
Configuration configuration,
Projector projector)
Build a projector for the given schema to evaluate the vector of expressions.
|
static Status |
Projector.Make(Schema schema,
Expression exprs,
SelectionVector.Mode selection_vector_mode,
Configuration configuration,
Projector projector)
Build a projector for the given schema to evaluate the vector of expressions.
|
Constructor and Description |
---|
FilterCacheKey(Schema schema,
Configuration configuration,
Expression expression) |
FilterCacheKey(Schema schema,
Configuration configuration,
Expression expression) |
Copyright © 2022. All rights reserved.