Table of Contents

Interface IArrowRecord

Namespace
Apache.Arrow
Assembly
Apache.Arrow.dll
public interface IArrowRecord : IArrowArray, IDisposable
Inherited Members

Properties

ColumnCount

int ColumnCount { get; }

Property Value

int

Schema

IRecordType Schema { get; }

Property Value

IRecordType

Methods

Column(int)

IArrowArray Column(int columnIndex)

Parameters

columnIndex int

Returns

IArrowArray

Column(string, IEqualityComparer<string>)

IArrowArray Column(string columnName, IEqualityComparer<string> comparer = null)

Parameters

columnName string
comparer IEqualityComparer<string>

Returns

IArrowArray