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
- visitorIArrowArrayVisitor
IsNull(int)
bool IsNull(int index)Parameters
- indexint
Returns
IsValid(int)
bool IsValid(int index)Parameters
- indexint