@Namespace(value="arrow") @NoOffset @Properties(inherit=arrow.class) public class StructType extends NestedType
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
type_id |
| Constructor and Description |
|---|
StructType(FieldVector fields) |
StructType(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IntBuffer |
GetAllFieldIndices(BytePointer name) |
IntPointer |
GetAllFieldIndices(String name)
\brief Return the indices of all fields having this name in sorted order
|
FieldVector |
GetAllFieldsByName(BytePointer name) |
FieldVector |
GetAllFieldsByName(String name)
Return all fields having this name
|
Field |
GetFieldByName(BytePointer name) |
Field |
GetFieldByName(String name)
Returns null if name not found
|
int |
GetFieldIndex(BytePointer name) |
int |
GetFieldIndex(String name)
Returns -1 if name not found or if there are multiple fields having the
same name
|
DataTypeLayout |
layout()
\brief Return the data type layout.
|
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() |
asParametricType, asParametricTypeAccept, 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, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic StructType(Pointer p)
Pointer(Pointer).public StructType(@Const @ByRef FieldVector fields)
@MemberGetter @Cast(value="const arrow::Type::type") public static int type_id()
public static String type_name()
@ByVal public DataTypeLayout layout()
DataType@StdString public String ToString()
DataType@StdString public String name()
DataType@SharedPtr @Cast(value={"","std::shared_ptr<arrow::Field>"}) public Field GetFieldByName(@StdString String name)
@SharedPtr @Cast(value={"","std::shared_ptr<arrow::Field>"}) public Field GetFieldByName(@StdString BytePointer name)
@ByVal public FieldVector GetAllFieldsByName(@StdString String name)
@ByVal public FieldVector GetAllFieldsByName(@StdString BytePointer name)
public int GetFieldIndex(@StdString String name)
public int GetFieldIndex(@StdString BytePointer name)
@StdVector public IntPointer GetAllFieldIndices(@StdString String name)
@StdVector public IntBuffer GetAllFieldIndices(@StdString BytePointer name)
Copyright © 2021. All rights reserved.