Documentation
Dlang.org
FixedLengthByteArrayStatistics
parquet
fixed_length_byte_array_statistics
class
FixedLengthByteArrayStatistics :
Statistics
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
FixedLengthByteArrayStatistics
self
();
glib
.
bytes
.
Bytes
getMax
();
glib
.
bytes
.
Bytes
getMin
();
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
Members
Functions
getMax
glib
.
bytes
.
Bytes
getMax
()
getMin
glib
.
bytes
.
Bytes
getMin
()
self
FixedLengthByteArrayStatistics
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
fixed_length_byte_array_statistics
classes
FixedLengthByteArrayStatistics