public static final class RowFactory.DefaultRowFactory extends RowFactory
RowFactory.DefaultRowFactory| 限定符和类型 | 字段和说明 |
|---|---|
static RowFactory.DefaultRowFactory |
INSTANCE |
| 限定符和类型 | 方法和说明 |
|---|---|
SearchRow |
createRow()
Create new row.
|
Row |
createRow(Value[] data,
int memory)
Create a new row.
|
RowFactory |
createRowFactory(CastDataProvider provider,
CompareMode compareMode,
DataHandler handler,
int[] sortTypes,
int[] indexes,
TypeInfo[] columnTypes,
int columnCount,
boolean storeKeys)
Create a new row factory.
|
RowFactory |
createRowFactory(CastDataProvider provider,
CompareMode compareMode,
DataHandler handler,
Typed[] columns,
IndexColumn[] indexColumns,
boolean storeKeys)
Create a new row factory.
|
int |
getColumnCount() |
TypeInfo[] |
getColumnTypes() |
int[] |
getIndexes() |
RowDataType |
getRowDataType() |
boolean |
getStoreKeys() |
getDefaultRowFactory, getRowFactorypublic static final RowFactory.DefaultRowFactory INSTANCE
public RowFactory createRowFactory(CastDataProvider provider, CompareMode compareMode, DataHandler handler, Typed[] columns, IndexColumn[] indexColumns, boolean storeKeys)
RowFactorycreateRowFactory 在类中 RowFactoryprovider - the cast providercompareMode - the compare modehandler - the data handlercolumns - the list of columnsindexColumns - the list of index columnsstoreKeys - whether row keys are storedpublic RowFactory createRowFactory(CastDataProvider provider, CompareMode compareMode, DataHandler handler, int[] sortTypes, int[] indexes, TypeInfo[] columnTypes, int columnCount, boolean storeKeys)
provider - the cast providercompareMode - the compare modehandler - the data handlersortTypes - the sort typesindexes - the list of indexed columnscolumnTypes - the list of column data type informationcolumnCount - the number of columnsstoreKeys - whether row keys are storedpublic Row createRow(Value[] data, int memory)
RowFactorycreateRow 在类中 RowFactorydata - the valuesmemory - the estimated memory usage in bytespublic SearchRow createRow()
RowFactorycreateRow 在类中 RowFactorypublic RowDataType getRowDataType()
getRowDataType 在类中 RowFactorypublic int[] getIndexes()
getIndexes 在类中 RowFactorypublic TypeInfo[] getColumnTypes()
getColumnTypes 在类中 RowFactorypublic int getColumnCount()
getColumnCount 在类中 RowFactorypublic boolean getStoreKeys()
getStoreKeys 在类中 RowFactoryCopyright © 2022. All rights reserved.