Uses of Class
org.apache.flink.table.types.logical.VarCharType
-
Packages that use VarCharType Package Description org.apache.flink.table.types.logical org.apache.flink.table.types.logical.utils -
-
Uses of VarCharType in org.apache.flink.table.types.logical
Fields in org.apache.flink.table.types.logical declared as VarCharType Modifier and Type Field Description static VarCharTypeVarCharType. STRING_TYPEMethods in org.apache.flink.table.types.logical that return VarCharType Modifier and Type Method Description static VarCharTypeVarCharType. 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 VarCharType Modifier and Type Method Description RLogicalTypeVisitor. visit(VarCharType varCharType) -
Uses of VarCharType in org.apache.flink.table.types.logical.utils
Methods in org.apache.flink.table.types.logical.utils with parameters of type VarCharType Modifier and Type Method Description RLogicalTypeDefaultVisitor. visit(VarCharType varCharType)
-