Quanlong Huang created IMPALA-11066:
---------------------------------------
Summary: Runtime IN-list filters for Kudu tables
Key: IMPALA-11066
URL: https://issues.apache.org/jira/browse/IMPALA-11066
Project: IMPALA
Issue Type: Improvement
Components: Backend
Reporter: Quanlong Huang
After IMPALA-10898, we can consider pushing down runtime IN-list filters to
kudu scanners. There is an interface for this in KuduTable (added in KUDU-1363):
{code:cpp}
KuduPredicate* NewInListPredicate(const Slice& col_name,
std::vector<KuduValue*>* values); {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)