Delegate LogicalWrite<TLogical, TPhysical>.Converter
- Namespace
- ParquetSharp
- Assembly
- ParquetSharp.dll
public delegate void LogicalWrite<TLogical, TPhysical>.Converter(ReadOnlySpan<TLogical> source, Span<short> defLevels, Span<TPhysical> destination, short nullLevel)Parameters
- sourceReadOnlySpan<TLogical>
- defLevelsSpan<short>
- destinationSpan<TPhysical>
- nullLevelshort