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, equalTo, getBoolean, getDisplayName, getDouble, getJavaType, getLong, getObjectValue, getSlice, getTypeParameters, getTypeSignature, hash, isComparable, isOrderable, writeBoolean, writeDouble, writeLong, writeSlice, writeSliceint getFixedSize()
BlockBuilder createFixedSizeBlockBuilder(int positionCount)
Copyright © 2012-2014. All Rights Reserved.