Apache.Arrow.IArrowArray public interface IArrowArray : IDisposable Documentation ArrayData Data { get; } int Length { get; } int NullCount { get; } int Offset { get; } void Accept(IArrowArrayVisitor visitor) bool IsNull(int index) bool IsValid(int index)