Skip to content

Tags: substrait-io/substrait-go

Tags

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
treat default of supported_as_column as true in dialect (#56)

* treat default of supported_as_column as true in dialect

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add Match() and MatchAt() to FunctionVariant (#54)

* Also fixed default nullability for ScalarFunctionImpl

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(type): Add support for interval compound literal (#44)

* feat(type): Add support for interval compound literal

* Fix pre-commit errors and rename test case

* Address review comments

* Address review comments

* Address review comments

* Address review comments

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add convenience literal APIs (#47)

* Introduce literal package

---------

Co-authored-by: Jacques Nadeau <jacques@apache.org>

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(type): add support for type PrecisionTimestamp and PrecisionTime…

…stampTz (#41)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(plan) Introduce rewrite tools on Rel. (#29)

Add GetInputs, Copy, CopyWithExpressionRewrite to plan.Rel interface

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(expressions): Use compound names in protobufs (#24)

* Add expression plan roundtrip test

* Use compound names for variants, and keep simple and compound names separate

* Do not add the same URI twice

* Update tests - protobufs should refer to compound names

* Output extensions in anchor order

* Use type parser to parse types

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(builders): Updated Remap functions to test correct output mapping (

…#22)

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(plan): Plan builders (#21)

* feat(plan): plan and relation representations

* chore(docs): update readme

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(expr/builders): Add initial expression builder helpers (#20)

* feat(expr/builders): Add initial expression builder helpers.

* export FuncArgBuilder

* add one to type variation anchors