[][src]Module datafusion::sql::parser

SQL Parser

Note that most SQL parsing is now delegated to the sqlparser crate, which handles ANSI SQL but this module contains DataFusion-specific SQL extensions.

Structs

DFParser

SQL Parser

Enums

DFASTNode

DataFrame AST Node representations.

FileType

Types of files to parse as DataFrames