Table of Contents

Class LogicalWrite<TLogical, TPhysical>

Namespace
ParquetSharp
Assembly
ParquetSharp.dll

C# types to Parquet physical types write conversion logic.

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

Type Parameters

TLogical
TPhysical
Inheritance
LogicalWrite<TLogical, TPhysical>
Inherited Members

Methods

GetConverter(ColumnDescriptor, ByteBuffer?)

public static Delegate GetConverter(ColumnDescriptor columnDescriptor, ByteBuffer? byteBuffer)

Parameters

columnDescriptor ColumnDescriptor
byteBuffer ByteBuffer

Returns

Delegate