Apache Hive SQL Syntax Support¶
This page documents the SQL syntax support for Apache Hive in the General SQL Parser.
Coverage Report¶
For detailed coverage statistics and test results, visit our comprehensive coverage report:
The coverage report includes: - Parsing success rates for various SQL constructs - Detailed test results with source documentation - Interactive interface to explore supported syntax - Real-world SQL examples from Hive documentation
Key Features Supported¶
- Standard SQL operations (SELECT, INSERT, UPDATE, DELETE)
- HiveQL-specific syntax and functions
- Partitioning and bucketing
- User-defined functions (UDFs)
- Window functions and analytical queries
- SerDe and file format specifications