- All Superinterfaces:
- Function<Chunk,DataChunk<DataType>>, java.io.Serializable
- All Known Subinterfaces:
- ColumnFactory<T>
- All Known Implementing Classes:
- DataColumns.BaseFactory, Dates, Doubles, Enums, Strings
public interface ChunkFactory<DataType>
extends Function<Chunk,DataChunk<DataType>>
This factory creates a TypedChunk; there's a variety of data sources,
can be a materialized Chunk, or a function.
Have to keep a byte with type code, since, well, it's H2O.