Table of Contents

Interface IColumnDescriptorVisitor<TReturn>

Namespace
ParquetSharp
Assembly
ParquetSharp.dll

Visitor on ColumnDescriptor to discover the system types in a type safe manner.

public interface IColumnDescriptorVisitor<out TReturn>

Type Parameters

TReturn

Methods

OnColumnDescriptor<TPhysical, TLogical, TElement>()

TReturn OnColumnDescriptor<TPhysical, TLogical, TElement>() where TPhysical : unmanaged

Returns

TReturn

Type Parameters

TPhysical
TLogical
TElement