public interface TinyIntReader 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,
TinyIntWriter writer) |
void |
copyAsValue(TinyIntWriter writer) |
boolean |
isSet() |
void |
read(NullableTinyIntHolder h) |
void |
read(TinyIntHolder h) |
Byte |
readByte() |
Object |
readObject() |
copyAsValue, getField, getType, getTypeString, getVectorType, read, read, read, reset
setPosition
void read(TinyIntHolder h)
void read(NullableTinyIntHolder h)
Object readObject()
Byte readByte()
boolean isSet()
isSet
in interface BaseReader
void copyAsValue(TinyIntWriter writer)
void copyAsField(String name, TinyIntWriter writer)
Copyright © 1970 The Apache Software Foundation. All rights reserved.