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

Datafusion: GEOS-provided boolean ops #948

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kylebarron
Copy link
Member

@kylebarron kylebarron commented Dec 16, 2024

  • Create macro for all boolean ops. Figure out how to add doc strings to the macro (maybe the js code will be instructive?
    impl_vector! {
    /// An immutable chunked array of Point geometries in WebAssembly memory using GeoArrow's
    /// in-memory representation.
    pub struct PointVector(pub(crate) geoarrow::chunked_array::ChunkedPointArray);
    }
    ).

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.

1 participant