@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class StrftimeOptions extends FunctionOptions
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
StrftimeOptions() |
StrftimeOptions(BytePointer format) |
StrftimeOptions(BytePointer format,
BytePointer locale) |
StrftimeOptions(long size)
Native array allocator.
|
StrftimeOptions(Pointer p)
Pointer cast constructor.
|
StrftimeOptions(String format) |
StrftimeOptions(String format,
String locale) |
| Modifier and Type | Method and Description |
|---|---|
String |
format()
The desired format string.
|
StrftimeOptions |
format(String setter) |
StrftimeOptions |
getPointer(long i) |
static String |
kDefaultFormat() |
static String |
kTypeName() |
static byte |
kTypeName(int i) |
String |
locale()
The desired output locale string.
|
StrftimeOptions |
locale(String setter) |
StrftimeOptions |
position(long position) |
Copy, Deserialize, Deserialize, Equals, options_type, Serialize, ToString, type_nameaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic StrftimeOptions(Pointer p)
Pointer(Pointer).public StrftimeOptions(long size)
Pointer.position(long).public StrftimeOptions(@StdString String format, @StdString String locale)
public StrftimeOptions(@StdString String format)
public StrftimeOptions(@StdString BytePointer format, @StdString BytePointer locale)
public StrftimeOptions(@StdString BytePointer format)
public StrftimeOptions()
public StrftimeOptions position(long position)
public StrftimeOptions getPointer(long i)
getPointer in class Pointer@MemberGetter public static byte kTypeName(int i)
@MemberGetter public static String kTypeName()
@MemberGetter public static String kDefaultFormat()
@StdString public String format()
public StrftimeOptions format(String setter)
@StdString public String locale()
public StrftimeOptions locale(String setter)
Copyright © 2022. All rights reserved.