Activity
add "can_be_pushed_down" in AggregateFunction
add "can_be_pushed_down" in AggregateFunction
Pull request merge
fix:limit error format
fix:limit error format
Pull request merge
add sum(count) case in PushDownProjection
add sum(count) case in PushDownProjection
Pull request merge
add attribute Serialize/Deserialize on ScalarValue
add attribute Serialize/Deserialize on ScalarValue
fix: inline_table_scan not handle projection
fix: inline_table_scan not handle projection
fix: fix udf and udaf don't check args count
fix: fix udf and udaf don't check args count
Pull request merge
fix: fix scalar udf don't check args count
fix: fix scalar udf don't check args count
Pull request merge
fix: fix aggregate udf don't check args count
fix: fix aggregate udf don't check args count
Pull request merge
pub TypeCoercionRewriter and ConstEvaluator
pub TypeCoercionRewriter and ConstEvaluator
chore : make batch_filter and prepare_select_exprs pub
chore : make batch_filter and prepare_select_exprs pub
Pull request merge
fix: build_timestamp_list data type mismatch
fix: build_timestamp_list data type mismatch
feat: try to support udaf with order by and udaf non-parallel execution
feat: try to support udaf with order by and udaf non-parallel execution
add input datatype to udaf interface
add input datatype to udaf interface
feat: add rewrite_down to trait TreeNode
feat: add rewrite_down to trait TreeNode
improve: inline_table_scan&subquery_alias
improve: inline_table_scan&subquery_alias