Class TableBuilder

java.lang.Object
org.apache.druid.catalog.model.table.TableBuilder

public class TableBuilder extends Object
Informal table spec builder for tests. Takes the tedium out of building up property maps, column lists, and the various objects that define a table. Not useful outside of tests since Druid code should not create table objects except generically from specs provided by the user.