Uses of Class
org.apache.flink.table.api.TableException
-
Packages that use TableException Package Description org.apache.flink.table.catalog org.apache.flink.table.types.inference org.apache.flink.table.utils -
-
Uses of TableException in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that throw TableException Modifier and Type Method Description String
ObjectIdentifier. asSerializableString()
Returns a string that fully serializes this instance.ObjectPath
ObjectIdentifier. toObjectPath()
Convert thisObjectIdentifier
toObjectPath
. -
Uses of TableException in org.apache.flink.table.types.inference
Methods in org.apache.flink.table.types.inference that return TableException Modifier and Type Method Description static TableException
TypeInferenceUtil. createUnexpectedException(CallContext callContext, Throwable cause)
Returns an exception for an unexpected error during type inference. -
Uses of TableException in org.apache.flink.table.utils
Methods in org.apache.flink.table.utils that throw TableException Modifier and Type Method Description static byte[]
EncodingUtils. decodeHex(String str)
Converts an array of characters representing hexadecimal values into an array of bytes of those same values.
-