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

Crate datafusion_sql

source ·
Expand description

This module provides a SQL parser that translates SQL queries into an abstract syntax tree (AST), and a SQL query planner that creates a logical plan from the AST.

Re-exports

Modules

Structs

Enums

  • Represents a path to a table that may require further resolution

Functions