Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

function accessors #100

Merged
merged 3 commits into from
Jan 22, 2024
Merged

function accessors #100

merged 3 commits into from
Jan 22, 2024

Conversation

kylebarron
Copy link
Member

@kylebarron kylebarron commented Jan 22, 2024

Change list

  • Pass the current RecordBatch into the data object so that it can be received by the user's function callback
  • Wrap the user's function callback with our wrapAccessorFunction so that we can transparently handle mapping the "exploded" table from multi-geometry input back to the accurate original row.
  • Updated example for both point and multilinestring
  • Updated docs

Closes #98

@kylebarron kylebarron mentioned this pull request Jan 22, 2024
@kylebarron kylebarron merged commit b128f31 into main Jan 22, 2024
@kylebarron kylebarron deleted the kyle/function-accessors branch January 22, 2024 19:02
@kylebarron kylebarron mentioned this pull request Jan 22, 2024
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.

Manage function accessors
1 participant