Uses of Class
org.apache.flink.table.types.logical.BooleanType
-
Packages that use BooleanType Package Description org.apache.flink.table.types.logical org.apache.flink.table.types.logical.utils -
-
Uses of BooleanType in org.apache.flink.table.types.logical
Methods in org.apache.flink.table.types.logical with parameters of type BooleanType Modifier and Type Method Description RLogicalTypeVisitor. visit(BooleanType booleanType) -
Uses of BooleanType in org.apache.flink.table.types.logical.utils
Methods in org.apache.flink.table.types.logical.utils with parameters of type BooleanType Modifier and Type Method Description RLogicalTypeDefaultVisitor. visit(BooleanType booleanType)
-