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
dataArrayData
TimestampArray(TimestampType, ArrowBuffer, ArrowBuffer, int, int, int)
public TimestampArray(TimestampType type, ArrowBuffer valueBuffer, ArrowBuffer nullBitmapBuffer, int length, int nullCount, int offset)
Parameters
typeTimestampTypevalueBufferArrowBuffernullBitmapBufferArrowBufferlengthintnullCountintoffsetint
Methods
Accept(IArrowArrayVisitor)
public override void Accept(IArrowArrayVisitor visitor)
Parameters
visitorIArrowArrayVisitor
GetTimestamp(int)
public DateTimeOffset? GetTimestamp(int index)
Parameters
indexint
Returns
GetTimestampUnchecked(int)
public DateTimeOffset GetTimestampUnchecked(int index)
Parameters
indexint