Table of Contents

Class RowGroupReader

Namespace
ParquetSharp
Assembly
ParquetSharp.dll

Reads row groups in a Parquet file.

public sealed class RowGroupReader : IDisposable
Inheritance
RowGroupReader
Implements
Inherited Members

Properties

MetaData

Get the metadata for this row group.

public RowGroupMetaData MetaData { get; }

Property Value

RowGroupMetaData

Methods

Column(int)

Get the column reader for the specified column index.

public ColumnReader Column(int i)

Parameters

i int

The column index

Returns

ColumnReader

A column reader for the specified column index

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()