Class MapBuilder

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

public class MapBuilder extends Object
Internal structure for building a map. A map is just a schema, but one that is part of a parent column.

Class can be created with and without parent container. In the first case, column is added to the parent container during creation and all resumeXXX methods return qualified parent container. In the second case column is created without parent container as standalone entity. All resumeXXX methods do not produce any action and return null. To access built column buildColumn() should be used.