You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Sudheesh Katkam (JIRA)" <ji...@apache.org> on 2018/04/26 00:41:00 UTC

[jira] [Created] (CALCITE-2282) Allow OperatorTable to be pluggable in the parser

Sudheesh Katkam created CALCITE-2282:
----------------------------------------

             Summary: Allow OperatorTable to be pluggable in the parser
                 Key: CALCITE-2282
                 URL: https://issues.apache.org/jira/browse/CALCITE-2282
             Project: Calcite
          Issue Type: Bug
          Components: core
            Reporter: Sudheesh Katkam
            Assignee: Julian Hyde


SqlAbstractParserImpl [hardcodes OperatorTable to SqlStdOperatorTable|https://github.com/apache/calcite/blob/8327e674e7f0a768d124fa37fd75cda4b8a35bb6/core/src/main/java/org/apache/calcite/sql/parser/SqlAbstractParserImpl.java#L334|https://github.com/apache/calcite/blob/8327e674e7f0a768d124fa37fd75cda4b8a35bb6/core/src/main/java/org/apache/calcite/sql/parser/SqlAbstractParserImpl.java#L334]. Make this pluggable via a protected method.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)