| Package | Description |
|---|---|
| org.apache.flink.table.catalog | |
| org.apache.flink.table.data.utils | |
| org.apache.flink.table.types.inference | |
| org.apache.flink.table.utils |
| Modifier and Type | Method and Description |
|---|---|
String |
ObjectIdentifier.asSerializableString()
Returns a string that fully serializes this instance.
|
ObjectPath |
ObjectIdentifier.toObjectPath()
Convert this
ObjectIdentifier to ObjectPath. |
| Modifier and Type | Method and Description |
|---|---|
OUT |
CastExecutor.cast(IN value)
Cast the input value.
|
| Modifier and Type | Method and Description |
|---|---|
static TableException |
TypeInferenceUtil.createUnexpectedException(CallContext callContext,
Throwable cause)
Returns an exception for an unexpected error during type inference.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
EncodingUtils.decodeHex(String str)
Converts an array of characters representing hexadecimal values into an array of bytes of
those same values.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.