Uses of Class
org.apache.flink.table.types.logical.DistinctType
-
Packages that use DistinctType Package Description org.apache.flink.table.types.logical org.apache.flink.table.types.logical.utils -
-
Uses of DistinctType in org.apache.flink.table.types.logical
Methods in org.apache.flink.table.types.logical that return DistinctType Modifier and Type Method Description DistinctTypeDistinctType.Builder. build()Methods in org.apache.flink.table.types.logical with parameters of type DistinctType Modifier and Type Method Description RLogicalTypeVisitor. visit(DistinctType distinctType) -
Uses of DistinctType in org.apache.flink.table.types.logical.utils
Methods in org.apache.flink.table.types.logical.utils with parameters of type DistinctType Modifier and Type Method Description RLogicalTypeDefaultVisitor. visit(DistinctType distinctType)LogicalTypeLogicalTypeDuplicator. visit(DistinctType distinctType)
-