Results 3 issues of HongShen

As illustrated in https://issues.apache.org/jira/browse/CALCITE-3298, Add getSelectivity for TableScan in RelMdSelectivity.

This optimization is based on https://www.vldb.org/pvldb/vol8/p1058-leis.pdf paper and is similar to https://duckdb.org/2021/10/13/windowing.html 1. Description * When the window frame size is relatively large, such as window frame size >= 16,...

CLA Signed

### Description When we tested the performance of velox, in most cases the HashAggregation performance of velox was much faster than that of presto, but we found that it was...

enhancement