Uses of Class
org.apache.flink.table.operations.SetQueryOperation.SetQueryOperationType
-
Packages that use SetQueryOperation.SetQueryOperationType Package Description org.apache.flink.table.operations -
-
Uses of SetQueryOperation.SetQueryOperationType in org.apache.flink.table.operations
Methods in org.apache.flink.table.operations that return SetQueryOperation.SetQueryOperationType Modifier and Type Method Description SetQueryOperation.SetQueryOperationTypeSetQueryOperation. getType()static SetQueryOperation.SetQueryOperationTypeSetQueryOperation.SetQueryOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static SetQueryOperation.SetQueryOperationType[]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.SetQueryOperationType Constructor Description SetQueryOperation(QueryOperation leftOperation, QueryOperation rightOperation, SetQueryOperation.SetQueryOperationType type, boolean all, org.apache.flink.table.catalog.ResolvedSchema resolvedSchema)
-