| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| 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() |
static CastOptions |
CastOptions.Safe(DataType to_type) |
CastOptions |
CastOptions.to_type(DataType setter) |
static CastOptions |
CastOptions.Unsafe() |
static CastOptions |
CastOptions.Unsafe(DataType to_type) |
| 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 © 2021. All rights reserved.