@Namespace(value="arrow") @NoOffset @Properties(inherit=arrow.class) public class ValueDescr extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
ValueDescr.Shape |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ValueDescr() |
ValueDescr(DataType type) |
ValueDescr(DataType type,
int shape) |
ValueDescr(DataType type,
ValueDescr.Shape shape) |
ValueDescr(long size)
Native array allocator.
|
ValueDescr(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueDescr |
Any(DataType type)
\brief Convenience constructor for ANY descr
|
static ValueDescr |
Array(DataType type)
\brief Convenience constructor for Value::ARRAY descr
|
boolean |
equals(ValueDescr other) |
ValueDescr |
getPointer(long i) |
boolean |
notEquals(ValueDescr other) |
ValueDescr |
position(long position) |
static ValueDescr |
Scalar(DataType type)
\brief Convenience constructor for Value::SCALAR descr
|
ValueDescr.Shape |
shape() |
ValueDescr |
shape(ValueDescr.Shape setter) |
String |
ToString() |
DataType |
type() |
ValueDescr |
type(DataType setter) |
address, 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, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic ValueDescr(Pointer p)
Pointer(Pointer).public ValueDescr(long size)
Pointer.position(long).public ValueDescr()
public ValueDescr(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType type, ValueDescr.Shape shape)
public ValueDescr(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType type, @Cast(value="arrow::ValueDescr::Shape") int shape)
public ValueDescr(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType type)
public ValueDescr position(long position)
public ValueDescr getPointer(long i)
getPointer in class Pointer@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) public DataType type()
public ValueDescr type(DataType setter)
public ValueDescr.Shape shape()
public ValueDescr shape(ValueDescr.Shape setter)
@ByVal public static ValueDescr Any(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType type)
@ByVal public static ValueDescr Array(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType type)
@ByVal public static ValueDescr Scalar(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType type)
@Cast(value="bool") @Name(value="operator ==") public boolean equals(@Const @ByRef ValueDescr other)
@Cast(value="bool") @Name(value="operator !=") public boolean notEquals(@Const @ByRef ValueDescr other)
@StdString public String ToString()
Copyright © 2021. All rights reserved.