Class DictBuilder

java.lang.Object
org.apache.drill.exec.record.metadata.DictBuilder

public class DictBuilder extends Object
Internal structure for building a dict. Dict is an array of key-value pairs with defined types for key and value (key and value fields are defined within TupleSchema). Key can be TypeProtos.DataMode.REQUIRED primitive, while value can be primitive or complex.

Column is added to the parent container during creation and all resumeXXX methods return qualified parent container.

See Also: