Uses of Class
org.apache.flink.table.types.logical.BinaryType
-
Packages that use BinaryType Package Description org.apache.flink.connector.datagen.table org.apache.flink.table.runtime.typeutils org.apache.flink.table.types.logical org.apache.flink.table.types.logical.utils -
-
Uses of BinaryType in org.apache.flink.connector.datagen.table
Methods in org.apache.flink.connector.datagen.table with parameters of type BinaryType Modifier and Type Method Description DataGeneratorContainer
RandomGeneratorVisitor. visit(BinaryType binaryType)
DataGeneratorContainer
SequenceGeneratorVisitor. visit(BinaryType binaryType)
-
Uses of BinaryType in org.apache.flink.table.runtime.typeutils
Methods in org.apache.flink.table.runtime.typeutils with parameters of type BinaryType Modifier and Type Method Description FlinkFnApi.Schema.FieldType
PythonTypeUtils.LogicalTypeToProtoTypeConverter. visit(BinaryType binaryType)
-
Uses of BinaryType in org.apache.flink.table.types.logical
Methods in org.apache.flink.table.types.logical that return BinaryType Modifier and Type Method Description static BinaryType
BinaryType. 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 BinaryType Modifier and Type Method Description R
LogicalTypeVisitor. visit(BinaryType binaryType)
-
Uses of BinaryType in org.apache.flink.table.types.logical.utils
Methods in org.apache.flink.table.types.logical.utils with parameters of type BinaryType Modifier and Type Method Description R
LogicalTypeDefaultVisitor. visit(BinaryType binaryType)
-