public final class IntegerType extends AbstractIntType
| Modifier and Type | Field and Description |
|---|---|
static IntegerType |
INTEGER |
| 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() |
void |
writeLong(BlockBuilder blockBuilder,
long value)
Writes the long value into the
BlockBuilder. |
appendTo, compareTo, createBlockBuilder, createBlockBuilder, createFixedSizeBlockBuilder, equalTo, getFixedSize, getLong, getLongUnchecked, getSlice, hash, hash, isComparable, isOrderablegetTypeSignaturegetBlockUnchecked, 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 IntegerType INTEGER
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 final void writeLong(BlockBuilder blockBuilder, long value)
TypeBlockBuilder.writeLong in interface TypewriteLong in class AbstractIntTypepublic boolean equals(Object other)
equals in class AbstractTypepublic int hashCode()
hashCode in class AbstractTypeCopyright © 2012–2022. All rights reserved.