Skip to content

Conversation

@laurencer
Copy link

Summary: Adds strpos, strrpos and contains for varbinary columns which will allow for efficient string searching in encoded text data where we don't want to pay the charset decoding price (i.e. we don't have to convert the column to utf-8 and just do byte matches as an approximation).

Differential Revision: D89479354

@netlify
Copy link

netlify bot commented Dec 18, 2025

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit b4a5f1c
🔍 Latest deploy log https://app.netlify.com/projects/meta-velox/deploys/69498cdc854d6e000813d5b1

@meta-codesync
Copy link

meta-codesync bot commented Dec 18, 2025

@laurencer has exported this pull request. If you are a Meta employee, you can view the originating Diff in D89479354.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 18, 2025
laurencer added a commit to laurencer/velox that referenced this pull request Dec 19, 2025
Summary:

Adds `strpos`, `strrpos` and `contains` for varbinary columns which will allow for efficient string searching in encoded text data where we don't want to pay the charset decoding price (i.e. we don't have to convert the column to utf-8 and just do byte matches as an approximation).

Differential Revision: D89479354
laurencer added a commit to laurencer/velox that referenced this pull request Dec 19, 2025
…or#15809)

Summary:

Adds `strpos`, `strrpos` and `contains` for varbinary columns which will allow for efficient string searching in encoded text data where we don't want to pay the charset decoding price (i.e. we don't have to convert the column to utf-8 and just do byte matches as an approximation).

Differential Revision: D89479354
@laurencer laurencer changed the title add strpos and contains for varbinary feat(function): add strpos and contains for varbinary Dec 19, 2025
laurencer added a commit to laurencer/velox that referenced this pull request Dec 20, 2025
…ookincubator#15809)

Summary:

Adds `strpos`, `strrpos` and `contains` for varbinary columns which will allow for efficient string searching in encoded text data where we don't want to pay the charset decoding price (i.e. we don't have to convert the column to utf-8 and just do byte matches as an approximation).

Differential Revision: D89479354
laurencer added a commit to laurencer/velox that referenced this pull request Dec 20, 2025
…ookincubator#15809)

Summary:

Adds `strpos`, `strrpos` and `contains` for varbinary columns which will allow for efficient string searching in encoded text data where we don't want to pay the charset decoding price (i.e. we don't have to convert the column to utf-8 and just do byte matches as an approximation).

Differential Revision: D89479354
laurencer added a commit to laurencer/velox that referenced this pull request Dec 22, 2025
…ookincubator#15809)

Summary:

Adds `strpos`, `strrpos` and `contains` for varbinary columns which will allow for efficient string searching in encoded text data where we don't want to pay the charset decoding price (i.e. we don't have to convert the column to utf-8 and just do byte matches as an approximation).

Differential Revision: D89479354
@laurencer laurencer changed the title feat(function): add strpos and contains for varbinary feat: add strpos and contains for varbinary Dec 22, 2025
laurencer added a commit to laurencer/velox that referenced this pull request Dec 22, 2025
…ookincubator#15809)

Summary:

Adds `strpos`, `strrpos` and `contains` for varbinary columns which will allow for efficient string searching in encoded text data where we don't want to pay the charset decoding price (i.e. we don't have to convert the column to utf-8 and just do byte matches as an approximation).

Reviewed By: kaikalur

Differential Revision: D89479354
…ookincubator#15809)

Summary:

Adds `strpos`, `strrpos` and `contains` for varbinary columns which will allow for efficient string searching in encoded text data where we don't want to pay the charset decoding price (i.e. we don't have to convert the column to utf-8 and just do byte matches as an approximation).

Reviewed By: kaikalur

Differential Revision: D89479354
@laurencer laurencer changed the title feat: add strpos and contains for varbinary feat: Add strpos and contains for varbinary Dec 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant