Package | Description |
---|---|
org.bytedeco.gandiva |
Modifier and Type | Method and Description |
---|---|
SelectionVector.Mode |
SelectionVector.GetMode()
Mode of SelectionVector
|
SelectionVector.Mode |
SelectionVector.GetMode()
Mode of SelectionVector
|
SelectionVector.Mode |
SelectionVector.Mode.intern() |
SelectionVector.Mode |
SelectionVector.Mode.intern() |
static SelectionVector.Mode |
SelectionVector.kAllModes(int i) |
static SelectionVector.Mode |
SelectionVector.kAllModes(int i) |
static SelectionVector.Mode |
SelectionVector.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectionVector.Mode |
SelectionVector.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectionVector.Mode[] |
SelectionVector.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static SelectionVector.Mode[] |
SelectionVector.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.