Skip to content

Commit

Permalink
feat: marco refactor and lots of functions (#3)
Browse files Browse the repository at this point in the history
* feat: functions & column operators

* feat: macros & sql fix
- update functions to use a util marco
- fix sql command

* feat: update examples

* fix: remove panic! replace with todo

* update docs and examples
  • Loading branch information
sjrusso8 authored Mar 4, 2024
1 parent faf2d8a commit ab932de
Show file tree
Hide file tree
Showing 16 changed files with 1,600 additions and 288 deletions.
55 changes: 28 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ arrow-ipc = "50.0.0"
prost = "0.12.0"
prost-types = "0.12.0"

rand = "0.8.5"
uuid = { version = "1.4.1", features = ["v4"] }
url = "2.2"

Expand Down
Loading

0 comments on commit ab932de

Please sign in to comment.