public class InlineIndexColumnFactory extends Object
| Constructor and Description |
|---|
InlineIndexColumnFactory(org.gridgain.internal.h2.value.CompareMode mode) |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearCurrentInlineIndexes()
Clears current context.
|
InlineIndexColumn |
createInlineHelper(org.gridgain.internal.h2.table.Column col,
boolean inlineObjHash) |
static List<InlineIndexColumn> |
getCurrentInlineIndexes() |
static String |
nameTypeByCode(int typeCode) |
static void |
setCurrentInlineIndexes(List<InlineIndexColumn> inlineIdxs)
Sets page context for current thread.
|
static boolean |
typeSupported(Integer type) |
public InlineIndexColumnFactory(org.gridgain.internal.h2.value.CompareMode mode)
mode - Compare mode.public InlineIndexColumn createInlineHelper(org.gridgain.internal.h2.table.Column col, boolean inlineObjHash)
col - Column.inlineObjHash - Inline object hash.public static boolean typeSupported(Integer type)
type - Type.public static List<InlineIndexColumn> getCurrentInlineIndexes()
public static void setCurrentInlineIndexes(List<InlineIndexColumn> inlineIdxs)
public static void clearCurrentInlineIndexes()
public static String nameTypeByCode(int typeCode)
typeCode - Type code.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025