Class ColumnBuilder

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

public class ColumnBuilder extends Object
Build a column schema (AKA "materialized field") based on name and a variety of schema options. Every column needs a name and (minor) type, some may need a mode other than required, may need a width, may need scale and precision, and so on.