Uses of Enum
org.apache.flink.table.operations.SetQueryOperation.SetQueryOperationType
Packages that use SetQueryOperation.SetQueryOperationType
-
Uses of SetQueryOperation.SetQueryOperationType in org.apache.flink.table.operations
Methods in org.apache.flink.table.operations that return SetQueryOperation.SetQueryOperationTypeModifier and TypeMethodDescriptionSetQueryOperation.getType()Returns the enum constant of this type with the specified name.SetQueryOperation.SetQueryOperationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.table.operations with parameters of type SetQueryOperation.SetQueryOperationTypeModifierConstructorDescriptionSetQueryOperation(QueryOperation leftOperation, QueryOperation rightOperation, SetQueryOperation.SetQueryOperationType type, boolean all, org.apache.flink.table.catalog.ResolvedSchema resolvedSchema)