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::sqlparser::ast - Rust
[go: Go Back, main page]

datafusion::sql::sqlparser

Module ast

Source
Expand description

SQL Abstract Syntax Tree (AST) types

Modules§

Structs§

Enums§

Traits§

  • Trait for AST nodes that have a source location information.
  • A type that can be visited by a Visitor. See Visitor for recursively visiting parsed SQL statements.
  • A type that can be visited by a VisitorMut. See VisitorMut for recursively visiting parsed SQL statements.
  • A visitor that can be used to walk an AST tree.
  • A visitor that can be used to mutate an AST tree.

Functions§