Package | Description |
---|---|
org.bytedeco.gandiva |
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.
|
Copyright © 2022. All rights reserved.