public interface ParserResource
Modifier and Type | Field and Description |
---|---|
static ParserResource |
RESOURCE
Resources.
|
Modifier and Type | Method and Description |
---|---|
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> |
explainDetailIsDuplicate() |
org.apache.calcite.runtime.Resources.ExInst<ParseException> |
multipleWatermarksUnsupported() |
org.apache.calcite.runtime.Resources.ExInst<ParseException> |
overwriteIsOnlyUsedWithInsert() |
org.apache.calcite.runtime.Resources.ExInst<ParseException> |
withDrainOnlyUsedWithSavepoint() |
static final ParserResource RESOURCE
org.apache.calcite.runtime.Resources.ExInst<ParseException> multipleWatermarksUnsupported()
org.apache.calcite.runtime.Resources.ExInst<ParseException> overwriteIsOnlyUsedWithInsert()
org.apache.calcite.runtime.Resources.ExInst<ParseException> createSystemFunctionOnlySupportTemporary()
org.apache.calcite.runtime.Resources.ExInst<ParseException> explainDetailIsDuplicate()
org.apache.calcite.runtime.Resources.ExInst<ParseException> createFunctionUsingJar(String language)
org.apache.calcite.runtime.Resources.ExInst<ParseException> withDrainOnlyUsedWithSavepoint()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.