Package | Description |
---|---|
org.bytedeco.arrow.global | |
org.bytedeco.parquet |
Modifier and Type | Method and Description |
---|---|
static Status |
parquet.StatisticsAsScalars(Statistics Statistics,
Scalar min,
Scalar max)
\}
|
static Status |
parquet.StatisticsAsScalars(Statistics Statistics,
Scalar min,
Scalar max)
\}
|
Modifier and Type | Method and Description |
---|---|
static Statistics |
Statistics.Make(ColumnDescriptor descr) |
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,
boolean has_null_count,
boolean has_distinct_count) |
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,
boolean has_null_count,
boolean has_distinct_count) |
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,
boolean has_null_count,
boolean has_distinct_count,
MemoryPool pool) |
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,
boolean has_null_count,
boolean has_distinct_count,
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,
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,
boolean has_null_count,
boolean has_distinct_count) |
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,
boolean has_null_count,
boolean has_distinct_count) |
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,
boolean has_null_count,
boolean has_distinct_count,
MemoryPool pool)
\brief Create a new statistics instance given a column schema
definition and pre-existing state
|
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,
boolean has_null_count,
boolean has_distinct_count,
MemoryPool pool)
\brief Create a new statistics instance given a column schema
definition and pre-existing state
|
Statistics |
ColumnChunkMetaData.statistics() |
Statistics |
ColumnChunkMetaData.statistics() |
Modifier and Type | Method and Description |
---|---|
boolean |
Statistics.Equals(Statistics other)
\brief Check two Statistics for equality
|
boolean |
Statistics.Equals(Statistics other)
\brief Check two Statistics for equality
|
Copyright © 2022. All rights reserved.