public interface RepeatedFloat8Reader 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,
Float8Writer writer) |
void |
copyAsValue(Float8Writer writer) |
boolean |
isSet() |
void |
read(int arrayIndex,
Float8Holder h) |
void |
read(int arrayIndex,
NullableFloat8Holder h) |
Double |
readDouble(int arrayIndex) |
Object |
readObject(int arrayIndex) |
int |
size() |
copyAsValue, getField, getType, getTypeString, getVectorType, read, read, read, reset
setPosition
int size()
void read(int arrayIndex, Float8Holder h)
void read(int arrayIndex, NullableFloat8Holder h)
Object readObject(int arrayIndex)
Double readDouble(int arrayIndex)
boolean isSet()
isSet
in interface BaseReader
void copyAsValue(Float8Writer writer)
void copyAsField(String name, Float8Writer writer)
Copyright © 1970 The Apache Software Foundation. All rights reserved.