Package org.apache.drill.exec.store.mock
Class ColumnDef
java.lang.Object
org.apache.drill.exec.store.mock.ColumnDef
Defines a column for the "enhanced" version of the mock data
source. This class is built from the column definitions in either
the physical plan or an SQL statement (which gives rise to a
physical plan.)
-
Field Summary
Modifier and TypeFieldDescriptionboolean
int
int
-
Constructor Summary
ConstructorDescriptionColumnDef
(MockTableDef.MockColumn mockCol) ColumnDef
(MockTableDef.MockColumn mockCol, int rep) -
Method Summary
-
Field Details
-
mockCol
-
name
-
width
public int width -
generator
-
nullable
public boolean nullable -
nullablePercent
public int nullablePercent
-
-
Constructor Details
-
ColumnDef
-
ColumnDef
-
-
Method Details
-
getConfig
-
getName
-