@Internal public class SetOperationFactory extends Object
SetQueryOperation.| Constructor and Description |
|---|
SetOperationFactory(boolean isStreamingMode) |
| Modifier and Type | Method and Description |
|---|---|
QueryOperation |
create(SetQueryOperation.SetQueryOperationType type,
QueryOperation left,
QueryOperation right,
boolean all)
Creates a valid algebraic operation.
|
public QueryOperation create(SetQueryOperation.SetQueryOperationType type, QueryOperation left, QueryOperation right, boolean all)
type - type of operation to createleft - first relational operation of the operationright - second relational operation of the operationall - flag defining how duplicates should be handledCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.