Table of Contents

Delegate LogicalRead<TLogical, TPhysical>.DirectReader

Namespace
ParquetSharp
Assembly
ParquetSharp.dll
public delegate long LogicalRead<TLogical, TPhysical>.DirectReader(ColumnReader<TPhysical> columnReader, Span<TLogical> destination)

Parameters

columnReader ColumnReader<TPhysical>
destination Span<TLogical>

Returns

long