Table of Contents

Interface IRecordType

Namespace
Apache.Arrow.Types
Assembly
Apache.Arrow.dll
public interface IRecordType : IArrowType
Inherited Members
Extension Methods

Properties

FieldCount

int FieldCount { get; }

Property Value

int

Methods

GetFieldByIndex(int)

Field GetFieldByIndex(int index)

Parameters

index int

Returns

Field

GetFieldByName(string)

Field GetFieldByName(string name)

Parameters

name string

Returns

Field

GetFieldIndex(string, IEqualityComparer<string>)

int GetFieldIndex(string name, IEqualityComparer<string> comparer)

Parameters

name string
comparer IEqualityComparer<string>

Returns

int