@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class WeekOptions extends FunctionOptions
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
WeekOptions() |
WeekOptions(boolean week_starts_monday,
boolean count_from_zero,
boolean first_week_is_fully_in_year) |
WeekOptions(long size)
Native array allocator.
|
WeekOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
count_from_zero()
Dates from current year that fall into last ISO week of the previous year return
0 if true and 52 or 53 if false.
|
WeekOptions |
count_from_zero(boolean setter) |
static WeekOptions |
Defaults() |
boolean |
first_week_is_fully_in_year()
Must the first week be fully in January (true), or is a week that begins on
December 29, 30, or 31 considered to be the first week of the new year (false)?
|
WeekOptions |
first_week_is_fully_in_year(boolean setter) |
WeekOptions |
getPointer(long i) |
static WeekOptions |
ISODefaults() |
static String |
kTypeName() |
static byte |
kTypeName(int i) |
WeekOptions |
position(long position) |
static WeekOptions |
USDefaults() |
boolean |
week_starts_monday()
What day does the week start with (Monday=true, Sunday=false)
|
WeekOptions |
week_starts_monday(boolean 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 WeekOptions(Pointer p)
Pointer(Pointer).public WeekOptions(long size)
Pointer.position(long).public WeekOptions(@Cast(value="bool") boolean week_starts_monday, @Cast(value="bool") boolean count_from_zero, @Cast(value="bool") boolean first_week_is_fully_in_year)
public WeekOptions()
public WeekOptions position(long position)
public WeekOptions getPointer(long i)
getPointer in class Pointer@MemberGetter public static byte kTypeName(int i)
@MemberGetter public static String kTypeName()
@ByVal public static WeekOptions Defaults()
@ByVal public static WeekOptions ISODefaults()
@ByVal public static WeekOptions USDefaults()
@Cast(value="bool") public boolean week_starts_monday()
public WeekOptions week_starts_monday(boolean setter)
@Cast(value="bool") public boolean count_from_zero()
public WeekOptions count_from_zero(boolean setter)
@Cast(value="bool") public boolean first_week_is_fully_in_year()
public WeekOptions first_week_is_fully_in_year(boolean setter)
Copyright © 2022. All rights reserved.