| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_dataset | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
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.position(long position) |
static CastOptions |
CastOptions.Safe() |
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 Status |
arrow.Cast(FunctionContext context,
Array value,
DataType to_type,
CastOptions options,
Array out)
\brief Cast from one array type to another
|
static Status |
arrow.Cast(FunctionContext context,
Datum value,
DataType to_type,
CastOptions options,
Datum out)
\brief Cast from one value to another
|
static Status |
arrow.GetCastFunction(DataType in_type,
DataType to_type,
CastOptions options,
UnaryKernel kernel) |
Copyright © 2020. All rights reserved.