@Value.Immutable public static interface EnumerableBatchNestedLoopJoinRule.Config extends RelRule.Config
| Modifier and Type | Field and Description |
|---|---|
static EnumerableBatchNestedLoopJoinRule.Config |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
default int |
batchSize()
Batch size.
|
default EnumerableBatchNestedLoopJoinRule |
toRule()
Creates a rule that uses this configuration.
|
EnumerableBatchNestedLoopJoinRule.Config |
withBatchSize(int batchSize)
Sets
batchSize(). |
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactorystatic final EnumerableBatchNestedLoopJoinRule.Config DEFAULT
default EnumerableBatchNestedLoopJoinRule toRule()
RelRule.ConfigtoRule in interface RelRule.Config@Value.Default default int batchSize()
Warning: if the batch size is around or bigger than 1000 there can be an error because the generated code exceeds the size limit.
EnumerableBatchNestedLoopJoinRule.Config withBatchSize(int batchSize)
batchSize().Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.