@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class DayOfWeekOptions extends FunctionOptions
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
DayOfWeekOptions() |
DayOfWeekOptions(boolean count_from_zero,
int week_start) |
DayOfWeekOptions(long size)
Native array allocator.
|
DayOfWeekOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
count_from_zero()
Number days from 0 if true and from 1 if false
|
DayOfWeekOptions |
count_from_zero(boolean setter) |
static DayOfWeekOptions |
Defaults() |
DayOfWeekOptions |
getPointer(long i) |
static String |
kTypeName() |
static byte |
kTypeName(int i) |
DayOfWeekOptions |
position(long position) |
int |
week_start()
What day does the week start with (Monday=1, Sunday=7).
|
DayOfWeekOptions |
week_start(int setter) |
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 DayOfWeekOptions(Pointer p)
Pointer(Pointer).public DayOfWeekOptions(long size)
Pointer.position(long).public DayOfWeekOptions(@Cast(value="bool") boolean count_from_zero, @Cast(value="uint32_t") int week_start)
public DayOfWeekOptions()
public DayOfWeekOptions position(long position)
public DayOfWeekOptions getPointer(long i)
getPointer in class Pointer@MemberGetter public static byte kTypeName(int i)
@MemberGetter public static String kTypeName()
@ByVal public static DayOfWeekOptions Defaults()
@Cast(value="bool") public boolean count_from_zero()
public DayOfWeekOptions count_from_zero(boolean setter)
@Cast(value="uint32_t") public int week_start()
public DayOfWeekOptions week_start(int setter)
Copyright © 2022. All rights reserved.