@Namespace(value="parquet") @Properties(inherit=parquet.class) public class TimestampLogicalType extends LogicalType
LogicalType.TimeUnit, LogicalType.TypePointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description | 
|---|
| TimestampLogicalType(Pointer p)Pointer cast constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | force_set_converted_type()\brief If true, will set ConvertedType for micros and millis
  resolution in legacy ConvertedType Thrift metadata | 
| boolean | is_adjusted_to_utc() | 
| boolean | is_from_converted_type()\brief If true, will not set LogicalType in Thrift metadata | 
| static LogicalType | Make(boolean is_adjusted_to_utc,
    int time_unit) | 
| static LogicalType | Make(boolean is_adjusted_to_utc,
    int time_unit,
    boolean is_from_converted_type,
    boolean force_set_converted_type) | 
| static LogicalType | Make(boolean is_adjusted_to_utc,
    LogicalType.TimeUnit.unit time_unit) | 
| static LogicalType | Make(boolean is_adjusted_to_utc,
    LogicalType.TimeUnit.unit time_unit,
    boolean is_from_converted_type,
    boolean force_set_converted_type) | 
| LogicalType.TimeUnit.unit | time_unit() | 
BSON, Date, Decimal, Decimal, Enum, Equals, FromConvertedType, FromConvertedType, FromConvertedType, FromConvertedType, FromThrift, Int, Interval, is_applicable, is_applicable, is_applicable, is_applicable, is_BSON, is_compatible, is_compatible, is_compatible, is_compatible, is_date, is_decimal, is_enum, is_int, is_interval, is_invalid, is_JSON, is_list, is_map, is_nested, is_none, is_nonnested, is_null, is_serialized, is_string, is_time, is_timestamp, is_UUID, is_valid, JSON, List, Map, None, Null, sort_order, String, Time, Time, Timestamp, Timestamp, Timestamp, Timestamp, ToConvertedType, ToJSON, ToString, ToThrift, type, UUIDaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic TimestampLogicalType(Pointer p)
Pointer(Pointer).@Cast(value="const parquet::LogicalType*") @SharedPtr @ByVal public static LogicalType Make(@Cast(value="bool") boolean is_adjusted_to_utc, LogicalType.TimeUnit.unit time_unit, @Cast(value="bool") boolean is_from_converted_type, @Cast(value="bool") boolean force_set_converted_type)
@Cast(value="const parquet::LogicalType*") @SharedPtr @ByVal public static LogicalType Make(@Cast(value="bool") boolean is_adjusted_to_utc, LogicalType.TimeUnit.unit time_unit)
@Cast(value="const parquet::LogicalType*") @SharedPtr @ByVal public static LogicalType Make(@Cast(value="bool") boolean is_adjusted_to_utc, @Cast(value="parquet::LogicalType::TimeUnit::unit") int time_unit, @Cast(value="bool") boolean is_from_converted_type, @Cast(value="bool") boolean force_set_converted_type)
@Cast(value="const parquet::LogicalType*") @SharedPtr @ByVal public static LogicalType Make(@Cast(value="bool") boolean is_adjusted_to_utc, @Cast(value="parquet::LogicalType::TimeUnit::unit") int time_unit)
public LogicalType.TimeUnit.unit time_unit()
@Cast(value="bool") public boolean is_from_converted_type()
Copyright © 2022. All rights reserved.