| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_dataset | |
| org.bytedeco.arrow_flight | |
| org.bytedeco.arrow.global | |
| org.bytedeco.parquet | |
| org.bytedeco.plasma |
| Modifier and Type | Method and Description |
|---|---|
StringVector |
FunctionDoc.arg_names()
\brief Symbolic names (identifiers) for the function arguments.
|
StringVector |
ReadOptions.column_names()
Column names for the target table.
|
StringVector |
Table.ColumnNames()
\brief Return names of all columns
|
StringVector |
Tensor.dim_names() |
StringVector |
ConvertOptions.false_values()
Recognized spellings for boolean false values
|
StringVector |
ProjectOptions.field_names()
Names for wrapped columns
|
StringVector |
Schema.field_names() |
StringVector |
FunctionRegistry.GetFunctionNames()
\brief Return vector of all entry names in the registry.
|
StringVector |
ConvertOptions.include_columns()
If non-empty, indicates the names of columns from the CSV file that should
be actually read and converted (in the vector's order).
|
StringVector |
KeyValueMetadata.keys() |
StringVector |
ConvertOptions.null_values()
Recognized spellings for null values
|
StringVector |
StringVector.push_back(BytePointer value) |
StringVector |
StringVector.push_back(String value) |
StringVector |
StringVector.put(BytePointer... array) |
StringVector |
StringVector.put(BytePointer value) |
StringVector |
StringVector.put(long i,
BytePointer value) |
StringVector |
StringVector.put(long i,
String value) |
StringVector |
StringVector.put(String... array) |
StringVector |
StringVector.put(String value) |
StringVector |
StringVector.put(StringVector x) |
StringVector |
ConvertOptions.true_values()
Recognized spellings for boolean true values
|
StringVector |
KeyValueMetadata.values() |
| Modifier and Type | Method and Description |
|---|---|
Status |
BaseBinaryBuilder.AppendValues(StringVector values) |
Status |
BaseLargeBinaryBuilder.AppendValues(StringVector values) |
Status |
BaseBinaryBuilder.AppendValues(StringVector values,
byte[] valid_bytes) |
Status |
BaseLargeBinaryBuilder.AppendValues(StringVector values,
byte[] valid_bytes) |
Status |
BaseBinaryBuilder.AppendValues(StringVector values,
ByteBuffer valid_bytes) |
Status |
BaseLargeBinaryBuilder.AppendValues(StringVector values,
ByteBuffer valid_bytes) |
Status |
BaseBinaryBuilder.AppendValues(StringVector values,
BytePointer valid_bytes)
\brief Append a sequence of strings in one shot.
|
Status |
BaseLargeBinaryBuilder.AppendValues(StringVector values,
BytePointer valid_bytes)
\brief Append a sequence of strings in one shot.
|
FunctionDoc |
FunctionDoc.arg_names(StringVector setter) |
Status |
Schema.CanReferenceFieldsByNames(StringVector names)
Indicate if fields named
names can be found unambiguously in the schema. |
ReadOptions |
ReadOptions.column_names(StringVector setter) |
Status |
FileSystem.DeleteFiles(StringVector paths)
Delete many files.
|
ConvertOptions |
ConvertOptions.false_values(StringVector setter) |
ProjectOptions |
ProjectOptions.field_names(StringVector setter) |
Status |
HadoopFileSystem.GetChildren(BytePointer path,
StringVector listing) |
Status |
IOFileSystem.GetChildren(BytePointer path,
StringVector listing) |
Status |
HadoopFileSystem.GetChildren(String path,
StringVector listing) |
Status |
IOFileSystem.GetChildren(String path,
StringVector listing) |
FileInfoVectorResult |
FileSystem.GetFileInfo(StringVector paths)
Same, for many targets at once.
|
FileInfoVectorFuture |
FileSystem.GetFileInfoAsync(StringVector paths)
EXPERIMENTAL: async version of GetFileInfo
|
ConvertOptions |
ConvertOptions.include_columns(StringVector setter) |
static ArrayResult |
DenseUnionArray.Make(Array type_ids,
Array value_offsets,
ArrayVector children,
StringVector field_names,
byte[] type_codes) |
static ArrayResult |
DenseUnionArray.Make(Array type_ids,
Array value_offsets,
ArrayVector children,
StringVector field_names,
ByteBuffer type_codes) |
static ArrayResult |
DenseUnionArray.Make(Array type_ids,
Array value_offsets,
ArrayVector children,
StringVector field_names,
BytePointer type_codes)
\brief Construct DenseUnionArray with custom field names from type_ids,
value_offsets, and children
This function does the bare minimum of validation of the offsets and
input types.
|
static ArrayResult |
SparseUnionArray.Make(Array type_ids,
ArrayVector children,
StringVector field_names,
byte[] type_codes) |
static ArrayResult |
SparseUnionArray.Make(Array type_ids,
ArrayVector children,
StringVector field_names,
ByteBuffer type_codes) |
static ArrayResult |
SparseUnionArray.Make(Array type_ids,
ArrayVector children,
StringVector field_names,
BytePointer type_codes)
\brief Construct SparseUnionArray with custom field names from type_ids and children
This function does the bare minimum of validation of the input types.
|
static StructArrayResult |
StructArray.Make(ArrayVector children,
StringVector field_names) |
static StructArrayResult |
StructArray.Make(ArrayVector children,
StringVector field_names,
ArrowBuffer null_bitmap,
long null_count,
long offset)
\brief Return a StructArray from child arrays and field names.
|
static TensorResult |
Tensor.Make(DataType type,
ArrowBuffer data,
long[] shape,
long[] strides,
StringVector dim_names) |
static TensorResult |
Tensor.Make(DataType type,
ArrowBuffer data,
LongBuffer shape,
LongBuffer strides,
StringVector dim_names) |
static TensorResult |
Tensor.Make(DataType type,
ArrowBuffer data,
LongPointer shape,
LongPointer strides,
StringVector dim_names)
\brief Create a Tensor with full parameters
This factory function will return Status::Invalid when the parameters are
inconsistent
|
static StructScalarResult |
StructScalar.Make(ScalarVector value,
StringVector field_names) |
ConvertOptions |
ConvertOptions.null_values(StringVector setter) |
StringVector |
StringVector.put(StringVector x) |
Status |
Reader.Read(StringVector names,
Table out)
\brief Read only the specified columns from the file as an arrow::Table.
|
TableResult |
Table.RenameColumns(StringVector names)
\brief Rename columns with provided names
|
ConvertOptions |
ConvertOptions.true_values(StringVector setter) |
| Constructor and Description |
|---|
FunctionDoc(BytePointer summary,
BytePointer description,
StringVector arg_names) |
FunctionDoc(BytePointer summary,
BytePointer description,
StringVector arg_names,
BytePointer options_class) |
FunctionDoc(String summary,
String description,
StringVector arg_names) |
FunctionDoc(String summary,
String description,
StringVector arg_names,
String options_class) |
KeyValueMetadata(StringVector keys,
StringVector values) |
ProjectOptions(StringVector n) |
ProjectOptions(StringVector n,
BoolVector r,
KeyValueMetadataVector m) |
Tensor(DataType type,
ArrowBuffer data,
long[] shape,
long[] strides,
StringVector dim_names) |
Tensor(DataType type,
ArrowBuffer data,
LongBuffer shape,
LongBuffer strides,
StringVector dim_names) |
Tensor(DataType type,
ArrowBuffer data,
LongPointer shape,
LongPointer strides,
StringVector dim_names)
Constructor with non-negative strides and dimension names
|
| Modifier and Type | Method and Description |
|---|---|
StringVector |
FileSystemDataset.files()
\brief Return the path of files.
|
StringVector |
ScanOptions.MaterializedFields() |
StringVector |
FileSystemFactoryOptions.selector_ignore_prefixes()
When discovering from a Selector (and not from an explicit file list), ignore
files and directories matching any of these prefixes.
|
| Modifier and Type | Method and Description |
|---|---|
static FileSource |
FileSource.FromPaths(FileSystem fs,
StringVector paths) |
SchemaResult |
PartitioningOrFactory.GetOrInferSchema(StringVector paths)
\brief Get the partition schema, inferring it with the given factory if needed.
|
SchemaResult |
PartitioningFactory.Inspect(StringVector paths)
Get the schema for the resulting Partitioning.
|
static DatasetFactoryResult |
FileSystemDatasetFactory.Make(FileSystem filesystem,
StringVector paths,
FileFormat format,
FileSystemFactoryOptions options)
\brief Build a FileSystemDatasetFactory from an explicit list of
paths.
|
static PartitioningFactory |
DirectoryPartitioning.MakeFactory(StringVector field_names) |
static PartitioningFactory |
DirectoryPartitioning.MakeFactory(StringVector field_names,
PartitioningFactoryOptions arg1)
\brief Create a factory for a directory partitioning.
|
Status |
ScannerBuilder.Project(Expression exprs,
StringVector names)
\brief Set expressions which will be evaluated to produce the materialized
columns.
|
Status |
ScannerBuilder.Project(StringVector columns)
\brief Set the subset of columns to materialize.
|
FileSystemFactoryOptions |
FileSystemFactoryOptions.selector_ignore_prefixes(StringVector setter) |
| Modifier and Type | Method and Description |
|---|---|
StringVector |
FlightDescriptor.path()
List of strings identifying a particular dataset.
|
| Modifier and Type | Method and Description |
|---|---|
FlightDescriptor |
FlightDescriptor.path(StringVector setter) |
static FlightDescriptor |
FlightDescriptor.Path(StringVector p) |
| Modifier and Type | Method and Description |
|---|---|
static StringVector |
arrow_dataset.StripPrefixAndFilename(FileInfoVector files,
BytePointer prefix) |
static StringVector |
arrow_dataset.StripPrefixAndFilename(FileInfoVector files,
String prefix)
\brief Vector version of StripPrefixAndFilename.
|
static StringVector |
arrow_dataset.StripPrefixAndFilename(StringVector paths,
BytePointer prefix) |
static StringVector |
arrow_dataset.StripPrefixAndFilename(StringVector paths,
String prefix)
\brief Vector version of StripPrefixAndFilename.
|
static StringVector |
arrow.SupportedMemoryBackendNames() |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
arrow.dense_union(ArrayVector children,
StringVector field_names,
byte[] type_codes) |
static DataType |
arrow.dense_union(ArrayVector children,
StringVector field_names,
ByteBuffer type_codes) |
static DataType |
arrow.dense_union(ArrayVector children,
StringVector field_names,
BytePointer type_codes)
\brief Create a DenseUnionType instance
|
static KeyValueMetadata |
arrow.key_value_metadata(StringVector keys,
StringVector values)
\brief Create a KeyValueMetadata instance
|
static Expression |
arrow_dataset.project(Expression values,
StringVector names) |
static DataType |
arrow.sparse_union(ArrayVector children,
StringVector field_names,
byte[] type_codes) |
static DataType |
arrow.sparse_union(ArrayVector children,
StringVector field_names,
ByteBuffer type_codes) |
static DataType |
arrow.sparse_union(ArrayVector children,
StringVector field_names,
BytePointer type_codes)
\brief Create a SparseUnionType instance
|
static StringVector |
arrow_dataset.StripPrefixAndFilename(StringVector paths,
BytePointer prefix) |
static StringVector |
arrow_dataset.StripPrefixAndFilename(StringVector paths,
String prefix)
\brief Vector version of StripPrefixAndFilename.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
byte[] type_codes)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
byte[] type_codes,
int mode)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
byte[] type_codes,
UnionMode.type mode)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
ByteBuffer type_codes)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
ByteBuffer type_codes,
int mode)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
ByteBuffer type_codes,
UnionMode.type mode)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
BytePointer type_codes)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
BytePointer type_codes,
int mode)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
BytePointer type_codes,
UnionMode.type mode)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
int mode)
Deprecated.
|
static DataType |
arrow.union_(ArrayVector children,
StringVector field_names,
UnionMode.type mode)
Deprecated.
|
static Status |
arrow.ValidateTensorParameters(DataType type,
ArrowBuffer data,
long[] shape,
long[] strides,
StringVector dim_names) |
static Status |
arrow.ValidateTensorParameters(DataType type,
ArrowBuffer data,
LongBuffer shape,
LongBuffer strides,
StringVector dim_names) |
static Status |
arrow.ValidateTensorParameters(DataType type,
ArrowBuffer data,
LongPointer shape,
LongPointer strides,
StringVector dim_names) |
| Modifier and Type | Method and Description |
|---|---|
StringVector |
ColumnPath.ToDotVector() |
| Constructor and Description |
|---|
ColumnPath(StringVector path) |
| Modifier and Type | Method and Description |
|---|---|
Status |
PlasmaClient.CreateAndSealBatch(UniqueID object_ids,
StringVector data,
StringVector metadata) |
Status |
PlasmaClient.CreateAndSealBatch(UniqueID object_ids,
StringVector data,
StringVector metadata,
boolean evict_if_full)
Create and seal multiple objects in the object store.
|
Copyright © 2021. All rights reserved.