public interface RepeatedDateReader 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,
DateWriter writer) |
void |
copyAsValue(DateWriter writer) |
boolean |
isSet() |
void |
read(int arrayIndex,
DateHolder h) |
void |
read(int arrayIndex,
NullableDateHolder h) |
LocalDate |
readLocalDate(int arrayIndex) |
Object |
readObject(int arrayIndex) |
int |
size() |
copyAsValue, getField, getType, getTypeString, getVectorType, read, read, read, reset
setPosition
int size()
void read(int arrayIndex, DateHolder h)
void read(int arrayIndex, NullableDateHolder h)
Object readObject(int arrayIndex)
LocalDate readLocalDate(int arrayIndex)
boolean isSet()
isSet
in interface BaseReader
void copyAsValue(DateWriter writer)
void copyAsField(String name, DateWriter writer)
Copyright © 1970 The Apache Software Foundation. All rights reserved.