RowFactory

Creates rows.

Methods
Row createRow(Value[] data, int memory)
Create new row.
Row createRow(Value[] data, int memory)
Create new row.
Parameters:
data - the values
memory - whether the row is in memory
Returns:
the created row

Fields
static RowFactory DEFAULT

DEFAULT

Default implementation of row factory.