public interface RepeatedSmallIntReader extends BaseReader
BaseReader.ComplexReader, BaseReader.DictReader, BaseReader.ListReader, BaseReader.MapReader, BaseReader.RepeatedListReader, BaseReader.RepeatedMapReader, BaseReader.ScalarReader
Modifier and Type | Method and Description |
---|---|
void |
copyAsField(String name,
SmallIntWriter writer) |
void |
copyAsValue(SmallIntWriter writer) |
boolean |
isSet() |
void |
read(int arrayIndex,
NullableSmallIntHolder h) |
void |
read(int arrayIndex,
SmallIntHolder h) |
Object |
readObject(int arrayIndex) |
Short |
readShort(int arrayIndex) |
int |
size() |
copyAsValue, getField, getType, getTypeString, getVectorType, read, read, read, reset
setPosition
int size()
void read(int arrayIndex, SmallIntHolder h)
void read(int arrayIndex, NullableSmallIntHolder h)
Object readObject(int arrayIndex)
Short readShort(int arrayIndex)
boolean isSet()
isSet
in interface BaseReader
void copyAsValue(SmallIntWriter writer)
void copyAsField(String name, SmallIntWriter writer)
Copyright © 1970 The Apache Software Foundation. All rights reserved.