@Namespace(value="arrow") @NoOffset @Properties(inherit=arrow.class) public class Scalar extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Scalar(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ScalarResult |
CastTo(DataType to) |
boolean |
Equals(Scalar other) |
boolean |
is_valid()
\brief Whether the value is valid (not null) or not
|
Scalar |
is_valid(boolean setter) |
String |
ToString() |
DataType |
type()
\brief The type of the scalar value
|
Scalar |
type(DataType setter) |
address, 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 Scalar(Pointer p)
Pointer.Pointer(Pointer).@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) public DataType type()
@Cast(value="bool") public boolean is_valid()
public Scalar is_valid(boolean setter)
@StdString public String ToString()
@ByVal public ScalarResult CastTo(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType to)
Copyright © 2020. All rights reserved.