Class ReduceTableEngine
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.h2.twostep.ReduceTableEngine
-
- All Implemented Interfaces:
org.h2.api.TableEngine
public class ReduceTableEngine extends Object implements org.h2.api.TableEngine
Engine to create reduce table.
-
-
Constructor Summary
Constructors Constructor Description ReduceTableEngine()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReduceTableWrappercreate(Connection conn, int idx)Create merge table over the given connection with provided index.org.h2.table.TablecreateTable(org.h2.command.ddl.CreateTableData d)
-
-
-
Method Detail
-
create
public static ReduceTableWrapper create(Connection conn, int idx)
Create merge table over the given connection with provided index.- Parameters:
conn- Connection.idx- Index.- Returns:
- Created table.
-
createTable
public org.h2.table.Table createTable(org.h2.command.ddl.CreateTableData d)
- Specified by:
createTablein interfaceorg.h2.api.TableEngine
-
-