| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.gandiva |
| Modifier and Type | Method and Description |
|---|---|
DataTypeVector |
DataTypeVector.push_back(DataType value) |
DataTypeVector |
DataTypeVector.put(DataType... array) |
DataTypeVector |
DataTypeVector.put(DataType value) |
DataTypeVector |
DataTypeVector.put(DataTypeVector x) |
DataTypeVector |
DataTypeVector.put(long i,
DataType value) |
| Modifier and Type | Method and Description |
|---|---|
DataTypeVector |
DataTypeVector.put(DataTypeVector x) |
| Modifier and Type | Method and Description |
|---|---|
DataTypeVector |
FunctionSignature.param_types() |
static DataTypeVector |
ExpressionRegistry.supported_types() |
| Constructor and Description |
|---|
FunctionSignature(BytePointer base_name,
DataTypeVector param_types,
DataType ret_type) |
FunctionSignature(String base_name,
DataTypeVector param_types,
DataType ret_type) |
Copyright © 2021. All rights reserved.