Class TupleBuilder

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

public class TupleBuilder extends Object
Internal tuple builder shared by the schema and map builders. Those two classes can't inherit from this class because their versions of the "add" methods return themselves to allow fluent construction.