Skip to content

Add SQL support for IN expression #118

@alamb

Description

@alamb

Note: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-10731

We should add support for the SQL "IN" expression.

See TPC-H query 12 for a good example:
{code:java}
WHERE l_shipmode IN ('MAIL', 'SHIP') {code}
 

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions