Package | Description |
---|---|
org.bytedeco.parquet |
Modifier and Type | Method and Description |
---|---|
ColumnPath |
ColumnPath.extend(BytePointer node_name) |
ColumnPath |
ColumnPath.extend(BytePointer node_name) |
ColumnPath |
ColumnPath.extend(String node_name) |
ColumnPath |
ColumnPath.extend(String node_name) |
static ColumnPath |
ColumnPath.FromDotString(BytePointer dotstring) |
static ColumnPath |
ColumnPath.FromDotString(BytePointer dotstring) |
static ColumnPath |
ColumnPath.FromDotString(String dotstring) |
static ColumnPath |
ColumnPath.FromDotString(String dotstring) |
static ColumnPath |
ColumnPath.FromNode(Node node) |
static ColumnPath |
ColumnPath.FromNode(Node node) |
ColumnPath |
ColumnPath.getPointer(long i) |
ColumnPath |
ColumnPath.getPointer(long i) |
ColumnPath |
ColumnChunkMetaData.path_in_schema() |
ColumnPath |
ColumnCryptoMetaData.path_in_schema() |
ColumnPath |
ColumnCryptoMetaData.path_in_schema() |
ColumnPath |
ColumnChunkMetaData.path_in_schema() |
ColumnPath |
ColumnDescriptor.path() |
ColumnPath |
Node.path() |
ColumnPath |
Node.path() |
ColumnPath |
ColumnDescriptor.path() |
ColumnPath |
ColumnPath.position(long position) |
ColumnPath |
ColumnPath.position(long position) |
Modifier and Type | Method and Description |
---|---|
ColumnProperties |
WriterProperties.column_properties(ColumnPath path) |
ColumnProperties |
WriterProperties.column_properties(ColumnPath path) |
int |
WriterProperties.compression_level(ColumnPath path) |
int |
WriterProperties.compression_level(ColumnPath path) |
WriterProperties.Builder |
WriterProperties.Builder.compression_level(ColumnPath path,
int compression_level)
\brief Specify a compression level for the compressor for the column
described by path.
|
WriterProperties.Builder |
WriterProperties.Builder.compression_level(ColumnPath path,
int compression_level)
\brief Specify a compression level for the compressor for the column
described by path.
|
Compression.type |
WriterProperties.compression(ColumnPath path) |
Compression.type |
WriterProperties.compression(ColumnPath path) |
WriterProperties.Builder |
WriterProperties.Builder.compression(ColumnPath path,
Compression.type codec) |
WriterProperties.Builder |
WriterProperties.Builder.compression(ColumnPath path,
Compression.type codec) |
WriterProperties.Builder |
WriterProperties.Builder.compression(ColumnPath path,
int codec) |
WriterProperties.Builder |
WriterProperties.Builder.compression(ColumnPath path,
int codec) |
boolean |
WriterProperties.dictionary_enabled(ColumnPath path) |
boolean |
WriterProperties.dictionary_enabled(ColumnPath path) |
WriterProperties.Builder |
WriterProperties.Builder.disable_dictionary(ColumnPath path) |
WriterProperties.Builder |
WriterProperties.Builder.disable_dictionary(ColumnPath path) |
WriterProperties.Builder |
WriterProperties.Builder.disable_statistics(ColumnPath path) |
WriterProperties.Builder |
WriterProperties.Builder.disable_statistics(ColumnPath path) |
WriterProperties.Builder |
WriterProperties.Builder.enable_dictionary(ColumnPath path) |
WriterProperties.Builder |
WriterProperties.Builder.enable_dictionary(ColumnPath path) |
WriterProperties.Builder |
WriterProperties.Builder.enable_statistics(ColumnPath path) |
WriterProperties.Builder |
WriterProperties.Builder.enable_statistics(ColumnPath path) |
Encoding.type |
WriterProperties.encoding(ColumnPath path) |
Encoding.type |
WriterProperties.encoding(ColumnPath path) |
WriterProperties.Builder |
WriterProperties.Builder.encoding(ColumnPath path,
Encoding.type encoding_type)
Define the encoding that is used when we don't utilise dictionary encoding.
|
WriterProperties.Builder |
WriterProperties.Builder.encoding(ColumnPath path,
Encoding.type encoding_type)
Define the encoding that is used when we don't utilise dictionary encoding.
|
WriterProperties.Builder |
WriterProperties.Builder.encoding(ColumnPath path,
int encoding_type) |
WriterProperties.Builder |
WriterProperties.Builder.encoding(ColumnPath path,
int encoding_type) |
long |
WriterProperties.max_statistics_size(ColumnPath path) |
long |
WriterProperties.max_statistics_size(ColumnPath path) |
boolean |
WriterProperties.statistics_enabled(ColumnPath path) |
boolean |
WriterProperties.statistics_enabled(ColumnPath path) |
Constructor and Description |
---|
Builder(ColumnPath path) |
Builder(ColumnPath path)
Convenience builder for encrypted columns.
|
Builder(ColumnPath path)
Convenience builder for encrypted columns.
|
Builder(ColumnPath path) |
Copyright © 2022. All rights reserved.