public final class TimeType extends AbstractLongType
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Object |
getObjectValue(SqlFunctionProperties properties,
Block block,
int position)
Gets an object representation of the type value in the
block
position. |
int |
hashCode() |
appendTo, compareTo, createBlockBuilder, createBlockBuilder, createFixedSizeBlockBuilder, equalTo, getFixedSize, getLong, getLongUnchecked, getSlice, hash, hash, isComparable, isOrderable, writeLonggetTypeSignaturegetBlockUnchecked, getBoolean, getBooleanUnchecked, getDisplayName, getDouble, getDoubleUnchecked, getJavaType, getObject, getSliceUnchecked, getTypeParameters, toString, writeBoolean, writeDouble, writeObject, writeSlice, writeSliceclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBlockUnchecked, getBoolean, getBooleanUnchecked, getDisplayName, getDouble, getDoubleUnchecked, getJavaType, getObject, getSliceUnchecked, getTypeParameters, getTypeSignature, writeBoolean, writeDouble, writeObject, writeSlice, writeSlicepublic static final TimeType TIME
public Object getObjectValue(SqlFunctionProperties properties, Block block, int position)
Typeblock
position. This is the value returned to the user via the
REST endpoint and therefore must be JSON serializable.public boolean equals(Object other)
equals in class AbstractTypepublic int hashCode()
hashCode in class AbstractTypeCopyright © 2012–2022. All rights reserved.