parquet.arrow_file_reader

Module for [ArrowFileReader] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
ArrowFileReader self() nothrowReturns `this`, for use in `with` statements.
ArrowFileReaderGidBuilder builder() static nothrowGet builder for [parquet.arrow_file_reader.ArrowFileReader] Returns: New builder object
int getNRowGroups() nothrow
long getNRows() nothrow
arrow.table.Table readRowGroup(int rowGroupIndex, int[] columnIndices = null)
void setUseThreads(bool useThreads) nothrow
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for parquet.arrow_file_reader.ArrowFileReader

Methods
T arrowFileReader(void * propval) nothrow