| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global | |
| org.bytedeco.parquet |
| Modifier and Type | Method and Description |
|---|---|
KeyValueMetadata |
KeyValueMetadata.Copy() |
KeyValueMetadata |
Schema.metadata()
\brief The custom key-value metadata, if any
|
KeyValueMetadata |
Field.metadata()
\brief Return the field's attached metadata
|
KeyValueMetadata |
KeyValueMetadata.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
Status |
SchemaBuilder.AddMetadata(KeyValueMetadata metadata) |
Schema |
Schema.AddMetadata(KeyValueMetadata metadata)
Deprecated.
|
Field |
Field.AddMetadata(KeyValueMetadata metadata)
Deprecated.
|
boolean |
KeyValueMetadata.Equals(KeyValueMetadata other) |
Table |
Table.ReplaceSchemaMetadata(KeyValueMetadata metadata)
\brief Replace schema key-value metadata with new metadata (EXPERIMENTAL)
|
RecordBatch |
RecordBatch.ReplaceSchemaMetadata(KeyValueMetadata metadata) |
Schema |
Schema.WithMetadata(KeyValueMetadata metadata)
\brief Replace key-value metadata with new metadata
|
Field |
Field.WithMetadata(KeyValueMetadata metadata)
\brief Return a copy of this field with the given metadata attached to it
|
| Constructor and Description |
|---|
Field(BytePointer name,
DataType type,
boolean nullable,
KeyValueMetadata metadata) |
Field(String name,
DataType type,
boolean nullable,
KeyValueMetadata metadata) |
Schema(FieldVector fields,
KeyValueMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
static KeyValueMetadata |
arrow.key_value_metadata(StringStringMap pairs)
\brief Create a KeyValueMetadata instance
|
static KeyValueMetadata |
arrow.key_value_metadata(StringVector keys,
StringVector values)
\brief Create a KeyValueMetadata instance
|
| Modifier and Type | Method and Description |
|---|---|
static Field |
arrow.field(BytePointer name,
DataType type,
boolean nullable,
KeyValueMetadata metadata) |
static Field |
arrow.field(String name,
DataType type,
boolean nullable,
KeyValueMetadata metadata)
\}
|
static Schema |
arrow.schema(FieldVector fields,
KeyValueMetadata metadata)
\brief Create a Schema instance
|
| Modifier and Type | Method and Description |
|---|---|
KeyValueMetadata |
ParquetFileWriter.Contents.key_value_metadata_()
This should be the only place this is stored.
|
KeyValueMetadata |
ParquetFileWriter.key_value_metadata()
Returns the file custom metadata
|
KeyValueMetadata |
ParquetFileWriter.Contents.key_value_metadata() |
KeyValueMetadata |
FileMetaData.key_value_metadata() |
| Modifier and Type | Method and Description |
|---|---|
ParquetFileWriter.Contents |
ParquetFileWriter.Contents.key_value_metadata_(KeyValueMetadata setter) |
static FileMetaDataBuilder |
FileMetaDataBuilder.Make(SchemaDescriptor schema,
WriterProperties props,
KeyValueMetadata key_value_metadata) |
static ParquetFileWriter |
ParquetFileWriter.Open(OutputStream sink,
GroupNode schema,
WriterProperties properties,
KeyValueMetadata key_value_metadata) |
Copyright © 2020. All rights reserved.