| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_dataset | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
CastOptions |
CastOptions.allow_decimal_truncate(boolean setter) |
CastOptions |
CastOptions.allow_float_truncate(boolean setter) |
CastOptions |
CastOptions.allow_int_overflow(boolean setter) |
CastOptions |
CastOptions.allow_invalid_utf8(boolean setter) |
CastOptions |
CastOptions.allow_time_overflow(boolean setter) |
CastOptions |
CastOptions.allow_time_truncate(boolean setter) |
CastOptions |
CastOptions.getPointer(long i) |
CastOptions |
CastOptions.position(long position) |
static CastOptions |
CastOptions.Safe() |
CastOptions |
CastOptions.to_type(DataType setter) |
static CastOptions |
CastOptions.Unsafe() |
| Modifier and Type | Method and Description |
|---|---|
CastOptions |
CastExpression.options() |
| Modifier and Type | Method and Description |
|---|---|
CastExpression |
Expression.CastLike(Expression expr,
CastOptions options) |
CastExpression |
Expression.CastTo(DataType type,
CastOptions options) |
| Constructor and Description |
|---|
CastExpression(Expression operand,
DataType to,
CastOptions options) |
CastExpression(Expression operand,
Expression like,
CastOptions options)
The operand will be cast to whatever type
like would evaluate to, given the same
schema. |
| Modifier and Type | Method and Description |
|---|---|
static ArrayResult |
arrow.Cast(Array value,
DataType to_type,
CastOptions options,
ExecContext ctx)
\brief Cast from one array type to another
|
static DatumResult |
arrow.Cast(Datum value,
CastOptions options) |
static DatumResult |
arrow.Cast(Datum value,
CastOptions options,
ExecContext ctx)
\brief Cast from one array type to another
|
static DatumResult |
arrow.Cast(Datum value,
DataType to_type,
CastOptions options,
ExecContext ctx)
\brief Cast from one value to another
|
Copyright © 2020. All rights reserved.