Uses of Class
org.apache.ignite.internal.processors.query.h2.opt.join.CollocationModelMultiplier
-
Packages that use CollocationModelMultiplier Package Description org.apache.ignite.internal.processors.query.h2.opt.join -
-
Uses of CollocationModelMultiplier in org.apache.ignite.internal.processors.query.h2.opt.join
Methods in org.apache.ignite.internal.processors.query.h2.opt.join that return CollocationModelMultiplier Modifier and Type Method Description static CollocationModelMultiplierCollocationModel. distributedMultiplier(org.h2.engine.Session ses, org.h2.table.TableFilter[] filters, int filter)Get distributed multiplier for the given sequence of tables.static CollocationModelMultiplierCollocationModelMultiplier. valueOf(String name)Returns the enum constant of this type with the specified name.static CollocationModelMultiplier[]CollocationModelMultiplier. values()Returns an array containing the constants of this enum type, in the order they are declared.
-