@Namespace(value="arrow") @NoOffset @Properties(inherit=arrow.class) public class TimestampType extends TemporalType
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
type_id |
| Constructor and Description |
|---|
TimestampType() |
TimestampType(int unit) |
TimestampType(int unit,
BytePointer timezone) |
TimestampType(long size)
Native array allocator.
|
TimestampType(Pointer p)
Pointer cast constructor.
|
TimestampType(TimeUnit.type unit) |
TimestampType(TimeUnit.type unit,
String timezone) |
| Modifier and Type | Method and Description |
|---|---|
ParametricType |
asParametricType() |
static ParametricType |
asParametricType(TimestampType pointer) |
int |
bit_width() |
TimestampType |
getPointer(long i) |
String |
name()
\brief A string name of the type, omitting any child fields
\note Experimental API
|
TimestampType |
position(long position) |
String |
timezone() |
String |
ToString()
\brief A string representation of the type, including any children
|
static int |
type_id() |
static String |
type_name() |
TimeUnit.type |
unit() |
layoutAccept, child, children, Equals, Equals, field, fields, Hash, id, num_children, num_fieldsfingerprint, metadata_fingerprintaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic TimestampType(Pointer p)
Pointer(Pointer).public TimestampType(long size)
Pointer.position(long).public TimestampType(TimeUnit.type unit)
public TimestampType()
public TimestampType(TimeUnit.type unit, @StdString String timezone)
public TimestampType(@Cast(value="arrow::TimeUnit::type") int unit, @StdString BytePointer timezone)
public TimestampType position(long position)
public TimestampType getPointer(long i)
getPointer in class Pointerpublic ParametricType asParametricType()
@Namespace @Name(value="static_cast<arrow::ParametricType*>") public static ParametricType asParametricType(TimestampType pointer)
@MemberGetter @Cast(value="const arrow::Type::type") public static int type_id()
public static String type_name()
public int bit_width()
bit_width in class FixedWidthType@StdString public String ToString()
DataType@StdString public String name()
DataTypepublic TimeUnit.type unit()
@StdString public String timezone()
Copyright © 2021. All rights reserved.