[
https://issues.apache.org/jira/browse/ORC-973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dongjoon Hyun updated ORC-973:
------------------------------
Parent: ORC-979
Issue Type: Sub-task (was: New Feature)
> [C++] Provide more interfaces for creating IN predicate
> -------------------------------------------------------
>
> Key: ORC-973
> URL: https://issues.apache.org/jira/browse/ORC-973
> Project: ORC
> Issue Type: Sub-task
> Components: C++
> Affects Versions: 1.7.0
> Reporter: Quanlong Huang
> Assignee: Quanlong Huang
> Priority: Major
> Fix For: 1.7.0
>
>
> Currently, for creating IN predicate of SearchArgument, the IN-list should be
> in type {{std::initializer_list<Literal>}}:
> {code:cpp}
> virtual SearchArgumentBuilder& in(const std::string& column,
> PredicateDataType type,
> const std::initializer_list<Literal>&
> literals) = 0;
> {code}
> This is only usable when the caller knows the size of the IN-list at
> compilation time. We should provide more interfaces like vector, iterators
> for providing the IN-list.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)