Interface IArrowArray
public interface IArrowArray : IDisposable
- Inherited Members
Properties
Data
ArrayData Data { get; }
Property Value
Length
int Length { get; }
Property Value
NullCount
int NullCount { get; }
Property Value
Offset
int Offset { get; }
Property Value
Methods
Accept(IArrowArrayVisitor)
void Accept(IArrowArrayVisitor visitor)
Parameters
visitor
IArrowArrayVisitor
IsNull(int)
bool IsNull(int index)
Parameters
index
int
Returns
IsValid(int)
bool IsValid(int index)
Parameters
index
int