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

pub use sqlparser;

Modules

DataFusion SQL Parser based on sqlparser
SQL Query Planner (produces logical plan from SQL AST)
SQL Utility Functions

Structs

A resolved path to a table of the form “catalog.schema.table”

Enums

Represents a path to a table that may require further resolution