| Package | Description |
|---|---|
| org.bytedeco.arrow_dataset | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
ExpressionResult |
Expression.Bind(Schema in_schema) |
ExpressionResult |
Expression.Bind(Schema in_schema,
ExecContext arg1) |
ExpressionResult |
Expression.Bind(ValueDescr in) |
ExpressionResult |
Expression.Bind(ValueDescr in,
ExecContext arg1)
Bind this expression to the given input type, looking up Kernels and field types.
|
ExpressionResult |
ExpressionResult.getPointer(long i) |
ExpressionResult |
Partitioning.Parse(BytePointer path) |
ExpressionResult |
KeyValuePartitioning.Parse(BytePointer path) |
ExpressionResult |
FunctionPartitioning.Parse(BytePointer path) |
ExpressionResult |
Partitioning.Parse(String path)
\brief Parse a path into a partition expression
|
ExpressionResult |
KeyValuePartitioning.Parse(String path) |
ExpressionResult |
FunctionPartitioning.Parse(String path) |
ExpressionResult |
ExpressionResult.position(long position) |
ExpressionResult |
ExpressionResult.put(ExpressionResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExpressionResult.Equals(ExpressionResult other)
Compare to another Result.
|
ExpressionResult |
ExpressionResult.put(ExpressionResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
ExpressionResult(ExpressionResult other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ExpressionResult |
arrow_dataset.Canonicalize(Expression arg0) |
static ExpressionResult |
arrow_dataset.Canonicalize(Expression arg0,
ExecContext arg1)
\defgroup expression-passes Functions for modification of Expressions
\{
These transform bound expressions.
|
static ExpressionResult |
arrow_dataset.Deserialize(ArrowBuffer arg0) |
static ExpressionResult |
arrow_dataset.FoldConstants(Expression arg0)
Simplify Expressions based on literal arguments (for example, add(null, x) will always
be null so replace the call with a null literal).
|
static ExpressionResult |
arrow_dataset.ReplaceFieldsWithKnownValues(FieldRefDatumMap known_values,
Expression arg1)
Simplify Expressions by replacing with known values of the fields which it references.
|
static ExpressionResult |
arrow_dataset.SimplifyWithGuarantee(Expression arg0,
Expression guaranteed_true_predicate)
Simplify an expression by replacing subexpressions based on a guarantee:
a boolean expression which is guaranteed to evaluate to
true. |
Copyright © 2021. All rights reserved.