public static interface BaseWriter.MapOrListWriter
| Modifier and Type | Method and Description |
|---|---|
BigIntWriter |
bigInt(String name) |
VarBinaryWriter |
binary(String name) |
BitWriter |
bit(String name) |
void |
end() |
Float4Writer |
float4(String name) |
Float8Writer |
float8(String name) |
IntWriter |
integer(String name) |
boolean |
isListWriter() |
boolean |
isMapWriter() |
BaseWriter.MapOrListWriter |
list(String name) |
BaseWriter.MapOrListWriter |
listoftmap(String name) |
BaseWriter.MapOrListWriter |
map(String name) |
void |
start() |
VarCharWriter |
varChar(String name) |
void start()
void end()
BaseWriter.MapOrListWriter map(String name)
BaseWriter.MapOrListWriter listoftmap(String name)
BaseWriter.MapOrListWriter list(String name)
boolean isMapWriter()
boolean isListWriter()
VarCharWriter varChar(String name)
BigIntWriter bigInt(String name)
Float4Writer float4(String name)
Float8Writer float8(String name)
VarBinaryWriter binary(String name)
Copyright © 2017 The Apache Software Foundation. All rights reserved.