Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion_sql::unparser::extension_unparser - Rust
[go: Go Back, main page]

Module extension_unparser

Source
Available on crate feature unparser only.

Enums§

UnparseToStatementResult
The result of unparsing a custom logical node to a statement.
UnparseWithinStatementResult
The result of unparsing a custom logical node within a statement.

Traits§

UserDefinedLogicalNodeUnparser
This trait allows users to define custom unparser logic for their custom logical nodes.