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 |
fromType(MojoColumn.Type type,
int nrows)
Deprecated.
will be removed in version 1.0
|
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.@Deprecated MojoColumn fromType(MojoColumn.Type type, int nrows)
Alias for create column.