DictBuilder |
UnionBuilder.addDict() |
DictBuilder |
TupleBuilder.addDict(org.apache.drill.exec.record.metadata.SchemaContainer parent,
String name) |
DictBuilder |
SchemaBuilder.addDict(String name,
TypeProtos.MajorType keyType) |
DictBuilder |
MapBuilder.addDict(String name,
TypeProtos.MajorType keyType) |
DictBuilder |
SchemaBuilder.addDict(String name,
TypeProtos.MinorType keyType) |
DictBuilder |
MapBuilder.addDict(String name,
TypeProtos.MinorType keyType) |
DictBuilder |
RepeatedListBuilder.addDictArray() |
DictBuilder |
TupleBuilder.addDictArray(org.apache.drill.exec.record.metadata.SchemaContainer parent,
String name) |
DictBuilder |
SchemaBuilder.addDictArray(String name,
TypeProtos.MajorType keyType) |
DictBuilder |
MapBuilder.addDictArray(String name,
TypeProtos.MajorType keyType) |
DictBuilder |
SchemaBuilder.addDictArray(String name,
TypeProtos.MinorType keyType) |
DictBuilder |
MapBuilder.addDictArray(String name,
TypeProtos.MinorType keyType) |
DictBuilder |
DictBuilder.dictArrayValue() |
DictBuilder |
DictBuilder.dictValue() |
DictBuilder |
DictBuilder.key(TypeProtos.MajorType type)
Use this method to set types with width or scale and precision,
e.g.
|
DictBuilder |
DictBuilder.key(TypeProtos.MinorType type) |
DictBuilder |
DictBuilder.nullableValue(TypeProtos.MinorType type) |
DictBuilder |
DictBuilder.repeatedValue(TypeProtos.MinorType type) |
DictBuilder |
RepeatedListBuilder.resumeDict() |
DictBuilder |
MapBuilder.resumeDict() |
DictBuilder |
UnionBuilder.resumeDict() |
DictBuilder |
DictBuilder.resumeDict() |
DictBuilder |
DictBuilder.value(TypeProtos.MajorType type)
Define non-complex value type.
|
DictBuilder |
DictBuilder.value(TypeProtos.MinorType type) |