| Package | Description |
|---|---|
| org.bytedeco.arrow.global | |
| org.bytedeco.parquet |
| Modifier and Type | Method and Description |
|---|---|
static Encoding.type |
parquet.DEFAULT_ENCODING() |
| Modifier and Type | Method and Description |
|---|---|
static String |
parquet.EncodingToString(Encoding.type t) |
| Modifier and Type | Method and Description |
|---|---|
Encoding.type |
WriterProperties.dictionary_index_encoding() |
Encoding.type |
WriterProperties.dictionary_page_encoding() |
Encoding.type |
ColumnProperties.encoding() |
Encoding.type |
PageEncodingStats.encoding() |
Encoding.type |
WriterProperties.encoding(ColumnPath path) |
Encoding.type |
EncodingIntMap.Iterator.first() |
Encoding.type |
Encoding.type.intern() |
static Encoding.type |
Encoding.type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Encoding.type[] |
Encoding.type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WriterProperties.Builder |
WriterProperties.Builder.encoding(ColumnPath path,
Encoding.type encoding_type)
Define the encoding that is used when we don't utilise dictionary encoding.
|
PageEncodingStats |
PageEncodingStats.encoding(Encoding.type setter) |
WriterProperties.Builder |
WriterProperties.Builder.encoding(Encoding.type encoding_type)
Define the encoding that is used when we don't utilise dictionary encoding.
|
WriterProperties.Builder |
WriterProperties.Builder.encoding(String path,
Encoding.type encoding_type)
Define the encoding that is used when we don't utilise dictionary encoding.
|
int |
EncodingIntMap.get(Encoding.type i) |
void |
LevelEncoder.Init(Encoding.type encoding,
short max_level,
int num_buffered_values,
byte[] data,
int data_size) |
void |
LevelEncoder.Init(Encoding.type encoding,
short max_level,
int num_buffered_values,
ByteBuffer data,
int data_size) |
void |
LevelEncoder.Init(Encoding.type encoding,
short max_level,
int num_buffered_values,
BytePointer data,
int data_size) |
static int |
LevelEncoder.MaxBufferSize(Encoding.type encoding,
short max_level,
int num_buffered_values) |
EncodingIntMap |
EncodingIntMap.put(Encoding.type i,
int value) |
void |
ColumnProperties.set_encoding(Encoding.type encoding) |
int |
LevelDecoder.SetData(Encoding.type encoding,
short max_level,
int num_buffered_values,
byte[] data,
int data_size) |
int |
LevelDecoder.SetData(Encoding.type encoding,
short max_level,
int num_buffered_values,
ByteBuffer data,
int data_size) |
int |
LevelDecoder.SetData(Encoding.type encoding,
short max_level,
int num_buffered_values,
BytePointer data,
int data_size) |
| Constructor and Description |
|---|
ColumnProperties(Encoding.type encoding,
Compression.type codec,
boolean dictionary_enabled,
boolean statistics_enabled,
long max_stats_size) |
Copyright © 2021. All rights reserved.