@Namespace(value="arrow") @NoOffset @Properties(inherit=arrow.class) public class Decimal128Type extends DecimalType
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
kMaxPrecision |
static int |
kMinPrecision |
static int |
type_id |
is_utf8| Constructor and Description |
|---|
Decimal128Type(int precision,
int scale)
Decimal128Type constructor that aborts on invalid input.
|
Decimal128Type(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
kMaxPrecision() |
static int |
kMinPrecision() |
static Status |
Make(int precision,
int scale,
DataType out)
Decimal128Type constructor that returns an error on invalid input.
|
String |
name()
\brief A string name of the type, omitting any child fields
\note Experimental API
|
String |
ToString()
\brief A string representation of the type, including any children
|
static int |
type_id() |
static String |
type_name() |
precision, scaleasParametricType, asParametricType, bit_width, byte_width, is_utf8, layoutAccept, child, children, Equals, Equals, id, num_childrenfingerprint, metadata_fingerprintaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic static final int type_id
public static final int kMinPrecision
public static final int kMaxPrecision
public Decimal128Type(Pointer p)
Pointer.Pointer(Pointer).public Decimal128Type(int precision,
int scale)
@MemberGetter @Cast(value="const arrow::Type::type") public static int type_id()
public static String type_name()
@ByVal public static Status Make(int precision, int scale, @SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>*"}) DataType out)
@StdString public String ToString()
DataTypeToString in class FixedSizeBinaryType@StdString public String name()
DataTypename in class FixedSizeBinaryType@MemberGetter public static int kMinPrecision()
@MemberGetter public static int kMaxPrecision()
Copyright © 2020. All rights reserved.