Interface ParserResource
-
public interface ParserResource
Compiler-checked resources for the Flink SQL parser.
-
-
Field Summary
Fields Modifier and Type Field Description static ParserResource
RESOURCE
Resources.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.calcite.runtime.Resources.ExInst<ParseException>
bucketCountMustBePositiveInteger()
org.apache.calcite.runtime.Resources.ExInst<ParseException>
columnsIdentifiersUnsupported()
org.apache.calcite.runtime.Resources.ExInst<ParseException>
createFunctionUsingJar(String language)
org.apache.calcite.runtime.Resources.ExInst<ParseException>
createSystemFunctionOnlySupportTemporary()
org.apache.calcite.runtime.Resources.ExInst<ParseException>
createTemporaryMaterializedTableUnsupported()
org.apache.calcite.runtime.Resources.ExInst<ParseException>
dropTemporaryMaterializedTableUnsupported()
org.apache.calcite.runtime.Resources.ExInst<ParseException>
explainCreateOrReplaceStatementUnsupported()
org.apache.calcite.runtime.Resources.ExInst<ParseException>
explainDetailIsDuplicate()
org.apache.calcite.runtime.Resources.ExInst<ParseException>
multipleWatermarksUnsupported()
org.apache.calcite.runtime.Resources.ExInst<ParseException>
overwriteIsOnlyUsedWithInsert()
org.apache.calcite.runtime.Resources.ExInst<ParseException>
replaceMaterializedTableUnsupported()
org.apache.calcite.runtime.Resources.ExInst<ParseException>
unsupportedFreshnessType()
org.apache.calcite.runtime.Resources.ExInst<ParseException>
withDrainOnlyUsedWithSavepoint()
-
-
-
Field Detail
-
RESOURCE
static final ParserResource RESOURCE
Resources.
-
-
Method Detail
-
multipleWatermarksUnsupported
org.apache.calcite.runtime.Resources.ExInst<ParseException> multipleWatermarksUnsupported()
-
overwriteIsOnlyUsedWithInsert
org.apache.calcite.runtime.Resources.ExInst<ParseException> overwriteIsOnlyUsedWithInsert()
-
createSystemFunctionOnlySupportTemporary
org.apache.calcite.runtime.Resources.ExInst<ParseException> createSystemFunctionOnlySupportTemporary()
-
explainDetailIsDuplicate
org.apache.calcite.runtime.Resources.ExInst<ParseException> explainDetailIsDuplicate()
-
explainCreateOrReplaceStatementUnsupported
org.apache.calcite.runtime.Resources.ExInst<ParseException> explainCreateOrReplaceStatementUnsupported()
-
columnsIdentifiersUnsupported
org.apache.calcite.runtime.Resources.ExInst<ParseException> columnsIdentifiersUnsupported()
-
createFunctionUsingJar
org.apache.calcite.runtime.Resources.ExInst<ParseException> createFunctionUsingJar(String language)
-
withDrainOnlyUsedWithSavepoint
org.apache.calcite.runtime.Resources.ExInst<ParseException> withDrainOnlyUsedWithSavepoint()
-
bucketCountMustBePositiveInteger
org.apache.calcite.runtime.Resources.ExInst<ParseException> bucketCountMustBePositiveInteger()
-
unsupportedFreshnessType
org.apache.calcite.runtime.Resources.ExInst<ParseException> unsupportedFreshnessType()
-
createTemporaryMaterializedTableUnsupported
org.apache.calcite.runtime.Resources.ExInst<ParseException> createTemporaryMaterializedTableUnsupported()
-
replaceMaterializedTableUnsupported
org.apache.calcite.runtime.Resources.ExInst<ParseException> replaceMaterializedTableUnsupported()
-
dropTemporaryMaterializedTableUnsupported
org.apache.calcite.runtime.Resources.ExInst<ParseException> dropTemporaryMaterializedTableUnsupported()
-
-