public interface MojoColumnFactory
Column factory.
Create a MojoColumn instances based on give column type.
| Modifier and Type | Method and Description |
|---|---|
MojoColumn |
create(MojoColumn.Type type,
int nrows)
|
MojoColumn create(MojoColumn.Type type, int nrows)
Creates an instance of MojoColumn based on given type and nrows.
type - type of column to create.nrows - number of rows which column represents.