Class TimestampArray
public class TimestampArray : PrimitiveArray<long>, IArrowArray, IDisposable, IReadOnlyList<long?>, IReadOnlyCollection<long?>, ICollection<long?>, IEnumerable<long?>, IReadOnlyList<DateTimeOffset?>, IReadOnlyCollection<DateTimeOffset?>, ICollection<DateTimeOffset?>, IEnumerable<DateTimeOffset?>, IEnumerable
- Inheritance
-
TimestampArray
- Implements
- Inherited Members
Constructors
TimestampArray(ArrayData)
public TimestampArray(ArrayData data)
Parameters
data
ArrayData
TimestampArray(TimestampType, ArrowBuffer, ArrowBuffer, int, int, int)
public TimestampArray(TimestampType type, ArrowBuffer valueBuffer, ArrowBuffer nullBitmapBuffer, int length, int nullCount, int offset)
Parameters
type
TimestampTypevalueBuffer
ArrowBuffernullBitmapBuffer
ArrowBufferlength
intnullCount
intoffset
int
Methods
Accept(IArrowArrayVisitor)
public override void Accept(IArrowArrayVisitor visitor)
Parameters
visitor
IArrowArrayVisitor
GetTimestamp(int)
public DateTimeOffset? GetTimestamp(int index)
Parameters
index
int
Returns
GetTimestampUnchecked(int)
public DateTimeOffset GetTimestampUnchecked(int index)
Parameters
index
int