You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Chris Baynes (JIRA)" <ji...@apache.org> on 2016/05/19 11:53:12 UTC

[jira] [Created] (CALCITE-1245) Allow RelBuilder scan to take multiple arguments

Chris Baynes created CALCITE-1245:
-------------------------------------

             Summary: Allow RelBuilder scan to take multiple arguments
                 Key: CALCITE-1245
                 URL: https://issues.apache.org/jira/browse/CALCITE-1245
             Project: Calcite
          Issue Type: Improvement
            Reporter: Chris Baynes
            Assignee: Julian Hyde


Currently Relbuilder.scan takes a single tableName string argument, however we'd like to use this to specify a sub-schema so we can use the Relbuilder to construct our queries across datasources.
The idea would be to change "scan(String tableName)" to "scan(String… tableNames)", and add "scan(Iterable<String> tableNames)".

This is as discussed here: http://mail-archives.apache.org/mod_mbox/calcite-dev/201605.mbox/%3CE4C0C38B-EDC2-4016-99C1-E7465AAC0C20%40apache.org%3E

Opened this ticket so that we can submit a PR with the change.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)