public interface RepeatedTimeStampReader 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,
TimeStampWriter writer) |
void |
copyAsValue(TimeStampWriter writer) |
boolean |
isSet() |
void |
read(int arrayIndex,
NullableTimeStampHolder h) |
void |
read(int arrayIndex,
TimeStampHolder h) |
LocalDateTime |
readLocalDateTime(int arrayIndex) |
Object |
readObject(int arrayIndex) |
int |
size() |
copyAsValue, getField, getType, getTypeString, getVectorType, read, read, read, reset
setPosition
int size()
void read(int arrayIndex, TimeStampHolder h)
void read(int arrayIndex, NullableTimeStampHolder h)
Object readObject(int arrayIndex)
LocalDateTime readLocalDateTime(int arrayIndex)
boolean isSet()
isSet
in interface BaseReader
void copyAsValue(TimeStampWriter writer)
void copyAsField(String name, TimeStampWriter writer)
Copyright © 1970 The Apache Software Foundation. All rights reserved.