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)