public class SetDigestType extends AbstractVariableWidthType
Type.Range| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
static SetDigestType |
SET_DIGEST |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(Block block,
int position,
BlockBuilder blockBuilder) |
Object |
getObjectValue(ConnectorSession session,
Block block,
int position) |
io.airlift.slice.Slice |
getSlice(Block block,
int position) |
void |
writeSlice(BlockBuilder blockBuilder,
io.airlift.slice.Slice value) |
void |
writeSlice(BlockBuilder blockBuilder,
io.airlift.slice.Slice value,
int offset,
int length) |
createBlockBuilder, createBlockBuildercompareTo, equals, equalTo, getBoolean, getDisplayName, getDouble, getJavaType, getLong, getObject, getTypeParameters, getTypeSignature, hash, hashCode, isComparable, isOrderable, toString, writeBoolean, writeDouble, writeLong, writeObjectclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTo, equalTo, getBoolean, getDisplayName, getDouble, getJavaType, getLong, getObject, getRange, getTypeParameters, getTypeSignature, hash, isComparable, isOrderable, writeBoolean, writeDouble, writeLong, writeObjectpublic static final SetDigestType SET_DIGEST
public static final String NAME
public Object getObjectValue(ConnectorSession session, Block block, int position)
public io.airlift.slice.Slice getSlice(Block block, int position)
getSlice in interface TypegetSlice in class AbstractTypepublic void appendTo(Block block, int position, BlockBuilder blockBuilder)
public void writeSlice(BlockBuilder blockBuilder, io.airlift.slice.Slice value)
writeSlice in interface TypewriteSlice in class AbstractTypepublic void writeSlice(BlockBuilder blockBuilder, io.airlift.slice.Slice value, int offset, int length)
writeSlice in interface TypewriteSlice in class AbstractTypeCopyright © 2012–2019. All rights reserved.