| Package | Description |
|---|---|
| org.apache.flink.table.types.logical | |
| org.apache.flink.table.types.logical.utils |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
R |
LogicalTypeVisitor.visit(BinaryType binaryType) |
| Modifier and Type | Method and Description |
|---|---|
R |
LogicalTypeDefaultVisitor.visit(BinaryType binaryType) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.