granary.sql
Granary_sql
granary
granary.block
granary.catalog
granary.columnar
granary.encoding
granary.ivm
granary.mirage_block
granary.parallel
granary.recovery
granary.replication
granary.sample
granary.storage
granary.store
granary.unix
module Ast : sig ... end
SQL abstract syntax tree.
module Datetime : sig ... end
Pure-OCaml date/time module for SQL date/time functions.
module Exec : sig ... end
Execute write operations against the store and catalog.
module Fts_query : sig ... end
FTS query string parser.
module Fts_tokenizer : sig ... end
FTS word tokenizer.
module Json : sig ... end
JSON value model and the SQLite json1 scalar functions.
json1
module Lexer : sig ... end
module Parser : sig ... end
module Plan : sig ... end
Physical query-plan IR.
module Planner : sig ... end
Translate a bound statement into a physical plan.
module Sema : sig ... end
Name resolution and light type checking for Phase 0 SQL.