public static interface BaseWriter.ListWriter extends BaseWriter
BaseWriter.ComplexWriter, BaseWriter.ListWriter, BaseWriter.MapOrListWriter, BaseWriter.MapWriter, BaseWriter.ScalarWriter| Modifier and Type | Method and Description |
|---|---|
BigIntWriter |
bigInt() |
BitWriter |
bit() |
void |
copyReader(FieldReader reader) |
DateWriter |
date() |
DecimalWriter |
decimal() |
void |
endList() |
Float4Writer |
float4() |
Float8Writer |
float8() |
IntWriter |
integer() |
IntervalDayWriter |
intervalDay() |
IntervalYearWriter |
intervalYear() |
BaseWriter.ListWriter |
list() |
BaseWriter.MapWriter |
map() |
SmallIntWriter |
smallInt() |
void |
startList() |
TimeWriter |
time() |
TimeStampWriter |
timeStamp() |
TinyIntWriter |
tinyInt() |
UInt1Writer |
uInt1() |
UInt2Writer |
uInt2() |
UInt4Writer |
uInt4() |
UInt8Writer |
uInt8() |
VarBinaryWriter |
varBinary() |
VarCharWriter |
varChar() |
getValueCapacityclosesetPositionvoid startList()
void endList()
BaseWriter.MapWriter map()
BaseWriter.ListWriter list()
void copyReader(FieldReader reader)
TinyIntWriter tinyInt()
UInt1Writer uInt1()
UInt2Writer uInt2()
SmallIntWriter smallInt()
IntWriter integer()
UInt4Writer uInt4()
Float4Writer float4()
IntervalYearWriter intervalYear()
TimeWriter time()
BigIntWriter bigInt()
UInt8Writer uInt8()
Float8Writer float8()
DateWriter date()
TimeStampWriter timeStamp()
IntervalDayWriter intervalDay()
DecimalWriter decimal()
VarBinaryWriter varBinary()
VarCharWriter varChar()
BitWriter bit()
Copyright © 2016 The Apache Software Foundation. All rights reserved.