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> |
createPartitionedTableIsOnlyAllowedForHive() |
org.apache.calcite.runtime.Resources.ExInst<ParseException> |
multipleWatermarksUnsupported() |
org.apache.calcite.runtime.Resources.ExInst<ParseException> |
overwriteIsOnlyUsedWithInsert() |
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> createPartitionedTableIsOnlyAllowedForHive()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.