suibianwanwan created CALCITE-6615: -------------------------------------- Summary: BindableTableScan estimateRowCount does not calculate push down filters Key: CALCITE-6615 URL: https://issues.apache.org/jira/browse/CALCITE-6615 Project: Calcite Issue Type: Bug Reporter: suibianwanwan
BindableTableScan does not override estimateRowCount and defaults to the tableScan implementation. {code:java} public static class BindableTableScan extends TableScan implements BindableRel { public final ImmutableList<RexNode> filters; public final ImmutableIntList projects; } {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)