@Name(value="std::unordered_map<std::string,std::shared_ptr<arrow::DataType> >") @Properties(inherit=arrow.class) public class StringDataTypeMap extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
StringDataTypeMap.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
StringDataTypeMap() |
StringDataTypeMap(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
StringDataTypeMap.Iterator |
begin() |
boolean |
empty() |
StringDataTypeMap.Iterator |
end() |
DataType |
get(String i) |
StringDataTypeMap |
put(String i,
DataType value) |
StringDataTypeMap |
put(StringDataTypeMap x) |
long |
size() |
address, 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, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic StringDataTypeMap(Pointer p)
Pointer(Pointer).public StringDataTypeMap()
@Name(value="operator =") @ByRef public StringDataTypeMap put(@ByRef StringDataTypeMap x)
public boolean empty()
public long size()
@Index @SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) public DataType get(@StdString String i)
public StringDataTypeMap put(@StdString String i, DataType value)
@ByVal public StringDataTypeMap.Iterator begin()
@ByVal public StringDataTypeMap.Iterator end()
Copyright © 2021. All rights reserved.