Skip to content

Switch from cudf::size_type to int64_t for string offsets (expressions)#48

Merged
bwyogatama merged 3 commits into
mainfrom
expression_exec_int64_offsets
Jun 11, 2025
Merged

Switch from cudf::size_type to int64_t for string offsets (expressions)#48
bwyogatama merged 3 commits into
mainfrom
expression_exec_int64_offsets

Conversation

@kevkrist

Copy link
Copy Markdown
Collaborator

This PR extends the replacement of string offsets for cudf::columns from cudf::size_type to int64_t in the expression executor. Most code changes revolve around 1) substring and 2) string matching.

In anticipation of batch processing, the expression executor now receives a stream argument when Execute() or Select() are invoked and executes all operations in the given stream. The default stream argument is the default stream, so no obstruction to existing functionality will be observed.

@bwyogatama bwyogatama merged commit 8a5cab8 into main Jun 11, 2025
16 of 18 checks passed
@bwyogatama bwyogatama deleted the expression_exec_int64_offsets branch January 3, 2026 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants