You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Gautam Kumar Parai (JIRA)" <ji...@apache.org> on 2016/10/04 23:43:21 UTC

[jira] [Closed] (CALCITE-1411) Expose RelSubset property for logical planning

     [ https://issues.apache.org/jira/browse/CALCITE-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gautam Kumar Parai closed CALCITE-1411.
---------------------------------------
    Resolution: Not A Problem

We already seem to have a method which doesexactly that
public RelNode getOriginal() {
    return set.rel;
  }

> Expose RelSubset property for logical planning
> ----------------------------------------------
>
>                 Key: CALCITE-1411
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1411
>             Project: Calcite
>          Issue Type: Improvement
>            Reporter: Gautam Kumar Parai
>            Assignee: Gautam Kumar Parai
>
> For overriding RelMdDistinctRowCount/RelMdSelectivity, Calcite should have a method RelMode getRel() {return set.rel}. This can be utilized in a similar manner as the getRows() method in RelSubset.java



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