1. Introduction
  2. Getting Started
    1. TL;DR
    2. Installation
    3. Hello World
    4. Playground
  3. Command
    1. compile
    2. db
      1. auth
      2. branch
      3. compact
      4. create
      5. delete
      6. drop
      7. init
      8. load
      9. log
      10. ls
      11. manage
      12. merge
      13. query
      14. rename
      15. revert
      16. use
      17. vacate
      18. vacuum
      19. vector
      20. serve
    3. dev
    4. Options
      1. Output Options
  4. SuperSQL
    1. Queries
    2. Declarations
      1. Constants
      2. Types
      3. Queries
      4. Functions
      5. Operators
      6. Pragmas
    3. Expressions
      1. Arithmetic
      2. Casts
      3. Comparisons
      4. Concatenation
      5. Conditionals
      6. Containment
      7. Dot
      8. Exists
      9. F-Strings
      10. Function Calls
      11. Index
      12. Inputs
      13. Literals
      14. Logic
      15. Slices
      16. Subqueries
    4. Types
      1. Numbers
      2. Strings
      3. Booleans
      4. Bytes
      5. Networks/IPs
      6. Date/Times
      7. Type Values
      8. Records
      9. Arrays
      10. Sets
      11. Maps
      12. Unions
      13. Enums
      14. Errors
      15. Named Types
      16. Nulls
    5. Operators
      1. aggregate
      2. assert
      3. cut
      4. drop
      5. fork
      6. from
      7. fuse
      8. head
      9. join
      10. load
      11. pass
      12. put
      13. rename
      14. shapes
      15. search
      16. skip
      17. sort
      18. switch
      19. tail
      20. top
      21. uniq
      22. unnest
      23. values
      24. where
    6. SQL Clauses
      1. FROM
      2. SELECT
        1. WHERE
        2. GROUP BY
        3. HAVING
        4. FILTER
      3. VALUES
      4. ORDER
      5. LIMIT
      6. JOIN
      7. WITH
      8. UNION
      9. INTERSECT
    7. Functions
      1. Generics
        1. coalesce
        2. compare
        3. has
        4. len
        5. map
        6. under
      2. Errors
        1. error
        2. has_error
        3. is_error
        4. missing
        5. quiet
      3. Math
        1. abs
        2. ceil
        3. floor
        4. log
        5. pow
        6. round
        7. sqrt
      4. Network
        1. cidr_match
        2. network_of
      5. Parsing
        1. base64
        2. grok
        3. hex
        4. parse_sup
        5. parse_uri
        6. regexp
        7. regexp_replace
      6. Records
        1. fields
        2. flatten
        3. nest_dotted
        4. unflatten
      7. Strings
        1. grep
        2. join
        3. levenshtein
        4. lower
        5. position
        6. replace
        7. split
        8. substring
        9. trim
        10. upper
      8. Time
        1. bucket
        2. date_part
        3. now
        4. strftime
      9. Types
        1. cast
        2. is
        3. kind
        4. nameof
        5. typeof
        6. typename
    8. Aggregate Functions
      1. and
      2. any
      3. avg
      4. collect
      5. collect_map
      6. count
      7. dcount
      8. fuse
      9. max
      10. min
      11. or
      12. sum
      13. union
    9. Type Fusion
  5. Tutorials
    1. Super-structured Data
    2. Pipe Joins
    3. Shaping
    4. Performance
    5. For jq Users
  6. Formats
    1. Data Model
    2. Super (SUP)
    3. Super Binary (BSUP)
    4. Super Column (CSUP)
    5. Super JSON (JSUP)
  7. Database
    1. API
    2. Format
  8. Developer
    1. Libraries
      1. Go
      2. JavaScript
      3. Python
    2. Integrations
      1. Amazon S3
      2. Fluentd
      3. Grafana
      4. Zeek
        1. Logs
        2. Types
        3. Shaping