Interface ParserResource


  • public interface ParserResource
    Compiler-checked resources for the Flink SQL parser.
    • 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()