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

matt/feat/support-scalar-udfs #1

Closed
wants to merge 17 commits into from

Conversation

matthewgapp
Copy link

rijkvp and others added 17 commits July 5, 2024 21:49
* support LargeUtf8

* lint

* fix tests

* Fix tests check_generic_byte_roundtrip

* fix test

* fix clippy
* Update Rust to v1.0.0

* Remove define again

* Update crates/libduckdb-sys/build.rs

Co-authored-by: Murali S <39963273+muralisoundararajan@users.noreply.github.com>

* Update build.rs

* Remove patch again

* Disable Windows for now

---------

Co-authored-by: Murali S <39963273+muralisoundararajan@users.noreply.github.com>
* extract duckdb archive in the out dir provided

* don't delete source files

* fix header location
* Remove HTTPFS, try to re-enable Windows test

* Fix vtab types

* Re-generate bindgen
* Enforce call_width in rustfmt.toml

* Move core vector, logical_types, chunk into a seperate module
…#360)

* Add custom user agent config

* add test

* run formatter
)

* Use manifest root for specifying versions

* Added duckdb string type

* Add Handle suffix to `DataChunk` and `LogicalType`
* add time option to satisfy clippy

* attempt to satisfy clippy
* Set nulls for all possible arrays

* set nulls for all possible array to vectors

* add more set nulls

* wip

* only change flat vector

* Revert "only change flat vector"

This reverts commit 90c9d75.

* add list vector nulls

* add tests to cover set_nulls

* fix test

* fix clippy

* clippy

---------

Co-authored-by: peasee <98815791+peasee@users.noreply.github.com>
…uckdb#374)

* add support of fixedsizebinary, duration, interval support in arrow

* chore: Cargo fmt

* fix: clippy::expect-fun-call

---------

Co-authored-by: peasee <98815791+peasee@users.noreply.github.com>
* streaming arrow (duckdb#3)

* streaming

* remove invalid schema assign

* use ArrowStream type to represent streaming

* clippy

* doc

* import

* typo

* export arrow stream

* fix: Missing semicolon in docs test

---------

Co-authored-by: peasee <98815791+peasee@users.noreply.github.com>
Initial experimental(!) implementation of loadable extensions with C extension API

See duckdb/duckdb#12682 for more info on the DuckDB C extension API

---------

Co-authored-by: martin <martincharles07@gmail.com>
Bump version of loadable-macros to v0.1.3
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.

10 participants