Expand description
Traits for converting Rust Types to Spark Connect Expression Types
Spark Connect has a few different ways of creating expressions and different gRPC methods require expressions in different forms. These traits are used to either translate a value into a spark::Expression or into a spark::expression::Literal.
Structs§
Traits§
- Create a filter expression
- Translate a rust value into a literal type