Performs a hash lookup on a string column of a materialized block. Returns all rows where the column value matches one of the query keys. Hash indices are built lazily on first use and cached for subsequent calls.
Arguments
- block
A
vectra_blockfrommaterialize().- column
Character scalar. Name of the string column to match against.
- keys
Character vector. Query values to look up.
- ci
Logical. Case-insensitive matching (default
FALSE).