Interface ParserResource
-
public interface ParserResourceCompiler-checked resources for the Flink SQL parser.
-
-
Field Summary
Fields Modifier and Type Field Description static ParserResourceRESOURCEResources.
-
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>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>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()
-
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()
-
-