Uses of Class
org.apache.flink.table.types.logical.CharType
-
Packages that use CharType Package Description org.apache.flink.table.types.logical org.apache.flink.table.types.logical.utils -
-
Uses of CharType in org.apache.flink.table.types.logical
Methods in org.apache.flink.table.types.logical that return CharType Modifier and Type Method Description static CharTypeCharType. ofEmptyLiteral()The SQL standard defines that character string literals are allowed to be zero-length strings (i.e., to contain no characters) even though it is not permitted to declare a type that is zero.Methods in org.apache.flink.table.types.logical with parameters of type CharType Modifier and Type Method Description RLogicalTypeVisitor. visit(CharType charType) -
Uses of CharType in org.apache.flink.table.types.logical.utils
Methods in org.apache.flink.table.types.logical.utils with parameters of type CharType Modifier and Type Method Description RLogicalTypeDefaultVisitor. visit(CharType charType)
-