Documentation
Dlang.org
Int64Statistics
parquet
int64_statistics
class
Int64Statistics :
Statistics
{
this
(void* ptr, Flag!"Take" take);
static
GType
_getGType
();
GType
_gType
[@property getter];
Int64Statistics
self
();
long
getMax
();
long
getMin
();
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
Members
Functions
getMax
long
getMax
()
getMin
long
getMin
()
self
Int64Statistics
self
()
Returns
this
, for use in
with
statements.
Properties
_gType
GType
_gType
[@property getter]
Static functions
_getGType
GType
_getGType
()
Inherited Members
From Statistics
_getGType
GType
_getGType
()
_gType
GType
_gType
[@property getter]
self
Statistics
self
()
Returns
this
, for use in
with
statements.
equal
bool
equal
(parquet.statistics.Statistics otherStatistics)
getNDistinctValues
long
getNDistinctValues
()
getNNulls
long
getNNulls
()
getNValues
long
getNValues
()
hasMinMax
bool
hasMinMax
()
hasNDistinctValues
bool
hasNDistinctValues
()
hasNNulls
bool
hasNNulls
()
parquet
int64_statistics
classes
Int64Statistics