Table of Contents

Class SchemaField

Namespace
ParquetSharp.Arrow
Assembly
ParquetSharp.dll

An Arrow field in a SchemaManifest

public sealed class SchemaField
Inheritance
SchemaField
Inherited Members

Properties

Children

The child schema fields of this field

public IReadOnlyList<SchemaField> Children { get; }

Property Value

IReadOnlyList<SchemaField>

ColumnIndex

The Parquet column index associated with this field, or -1 if the field does not correspond to a leaf-level column.

public int ColumnIndex { get; }

Property Value

int

Field

The Arrow field associated with this schema field

public Field Field { get; }

Property Value

Field