Table of Contents

Class LogicalRead<TLogical, TPhysical>

Namespace
ParquetSharp
Assembly
ParquetSharp.dll

Parquet physical types to C# types read conversion logic.

public static class LogicalRead<TLogical, TPhysical> where TPhysical : unmanaged

Type Parameters

TLogical
TPhysical
Inheritance
LogicalRead<TLogical, TPhysical>
Inherited Members

Methods

GetConverter(ColumnDescriptor, ColumnChunkMetaData)

public static Delegate GetConverter(ColumnDescriptor columnDescriptor, ColumnChunkMetaData columnChunkMetaData)

Parameters

columnDescriptor ColumnDescriptor
columnChunkMetaData ColumnChunkMetaData

Returns

Delegate

GetDirectReader()

public static Delegate? GetDirectReader()

Returns

Delegate