public interface FixedWidthType extends Type
| Modifier and Type | Method and Description |
|---|---|
BlockBuilder |
createFixedSizeBlockBuilder(int positionCount)
Creates a block builder for this type sized to hold the specified number
of positions.
|
int |
getFixedSize()
Gets the size of a value of this type is bytes.
|
appendTo, compareTo, createBlockBuilder, createBlockBuilder, equalTo, getBlockUnchecked, getBoolean, getBooleanUnchecked, getDisplayName, getDouble, getDoubleUnchecked, getJavaType, getLong, getLongUnchecked, getObject, getObjectValue, getSlice, getSliceUnchecked, getTypeParameters, getTypeSignature, hash, isComparable, isOrderable, writeBoolean, writeDouble, writeLong, writeObject, writeSlice, writeSliceint getFixedSize()
BlockBuilder createFixedSizeBlockBuilder(int positionCount)
Copyright © 2012–2022. All rights reserved.