| Package | Description |
|---|---|
| org.bytedeco.parquet |
| Modifier and Type | Method and Description |
|---|---|
static Statistics |
Statistics.Make(ColumnDescriptor descr) |
static Statistics |
Statistics.Make(ColumnDescriptor descr,
BytePointer encoded_min,
BytePointer encoded_max,
long num_values,
long null_count,
long distinct_count,
boolean has_min_max) |
static Statistics |
Statistics.Make(ColumnDescriptor descr,
BytePointer encoded_min,
BytePointer encoded_max,
long num_values,
long null_count,
long distinct_count,
boolean has_min_max,
MemoryPool pool) |
static Statistics |
Statistics.Make(ColumnDescriptor descr,
MemoryPool pool)
\brief Create a new statistics instance given a column schema
definition
|
static Statistics |
Statistics.Make(ColumnDescriptor descr,
String encoded_min,
String encoded_max,
long num_values,
long null_count,
long distinct_count,
boolean has_min_max) |
static Statistics |
Statistics.Make(ColumnDescriptor descr,
String encoded_min,
String encoded_max,
long num_values,
long null_count,
long distinct_count,
boolean has_min_max,
MemoryPool pool)
\brief Create a new statistics instance given a column schema
definition and pre-existing state
|
Statistics |
ColumnChunkMetaData.statistics() |
Copyright © 2020. All rights reserved.