| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global | |
| org.bytedeco.gandiva |
| Modifier and Type | Method and Description |
|---|---|
DataTypeVector |
DataTypeVector.push_back(DataType value) |
DataTypeVector |
DataTypeVector.push_back(DataType value) |
DataTypeVector |
DataTypeVector.put(DataType... array) |
DataTypeVector |
DataTypeVector.put(DataType... array) |
DataTypeVector |
DataTypeVector.put(DataType value) |
DataTypeVector |
DataTypeVector.put(DataType value) |
DataTypeVector |
DataTypeVector.put(DataTypeVector x) |
DataTypeVector |
DataTypeVector.put(DataTypeVector x) |
DataTypeVector |
DataTypeVector.put(long i,
DataType value) |
DataTypeVector |
DataTypeVector.put(long i,
DataType value) |
| Modifier and Type | Method and Description |
|---|---|
DataTypeVector |
DataTypeVector.put(DataTypeVector x) |
DataTypeVector |
DataTypeVector.put(DataTypeVector x) |
| Modifier and Type | Method and Description |
|---|---|
static DataTypeVector |
arrow.BaseBinaryTypes() |
static DataTypeVector |
arrow.BaseBinaryTypes() |
static DataTypeVector |
arrow.FloatingPointTypes() |
static DataTypeVector |
arrow.FloatingPointTypes() |
static DataTypeVector |
arrow.IntervalTypes() |
static DataTypeVector |
arrow.IntervalTypes() |
static DataTypeVector |
arrow.IntTypes() |
static DataTypeVector |
arrow.IntTypes() |
static DataTypeVector |
arrow.NumericTypes() |
static DataTypeVector |
arrow.NumericTypes() |
static DataTypeVector |
arrow.PrimitiveTypes() |
static DataTypeVector |
arrow.PrimitiveTypes() |
static DataTypeVector |
arrow.SignedIntTypes() |
static DataTypeVector |
arrow.SignedIntTypes() |
static DataTypeVector |
arrow.StringTypes() |
static DataTypeVector |
arrow.StringTypes() |
static DataTypeVector |
arrow.TemporalTypes() |
static DataTypeVector |
arrow.TemporalTypes() |
static DataTypeVector |
arrow.UnsignedIntTypes() |
static DataTypeVector |
arrow.UnsignedIntTypes() |
| Modifier and Type | Method and Description |
|---|---|
DataTypeVector |
FunctionSignature.param_types() |
DataTypeVector |
FunctionSignature.param_types() |
static DataTypeVector |
ExpressionRegistry.supported_types() |
static DataTypeVector |
ExpressionRegistry.supported_types() |
| Constructor and Description |
|---|
FunctionSignature(BytePointer base_name,
DataTypeVector param_types,
DataType ret_type) |
FunctionSignature(BytePointer base_name,
DataTypeVector param_types,
DataType ret_type) |
FunctionSignature(String base_name,
DataTypeVector param_types,
DataType ret_type) |
FunctionSignature(String base_name,
DataTypeVector param_types,
DataType ret_type) |
Copyright © 2022. All rights reserved.