Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • 2.0.0
    • Rust, Rust - DataFusion
    • None

    Description

      Implement SQL parser that can take a Vec<SQLToken> and produce a SQL AST.

      We can potentially break this down into separate JIRAs.

      It needs to support:

      • Single table SELECT ... FROM
      • WHERE
      • GROUP BY
      • ORDER BY
      • LIMIT

      It needs to support the following expressions:

      • Literals (long, string, double)
      • Identifiers
      • Binary expressions
        • Arithmetic (+, -, *, /, %)
        • Boolean (AND, OR)
        • Comparison (=, !=, <, <=, >, >=, <>)
      • Unary boolean expression: NOT
      • CAST(expr AS type)
      • Aliased expressions: expr AS alias
      • Scalar functions
      • Aggregate functions

      Attachments

        Activity

          People

            andygrove Andy Grove
            andygrove Andy Grove
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: