Apache.Arrow.Time64Array public class Time64Array : PrimitiveArray<long> Documentation public class Builder : TimeArrayBuilder<long, Time64Array, Builder> public Time64Array(Time64Type type, ArrowBuffer valueBuffer, ArrowBuffer nullBitmapBuffer, int length, int nullCount, int offset) public Time64Array(ArrayData data) public long? GetMicroSeconds(int index) public long? GetNanoSeconds(int index)