Docs.rs
  • prql-compiler-0.2.6
    • prql-compiler 0.2.6
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • max-sixty
    • Dependencies
      • anyhow ^1.0.57 normal
      • ariadne ^0.1.5 normal
      • atty ^0.2.14 normal
      • clap ^3.2.3 normal
      • clio ^0.2.2 normal
      • color-eyre ^0.6.1 normal
      • enum-as-inner ^0.5.0 normal
      • itertools ^0.10.3 normal
      • pest ^2.2.1 normal
      • pest_derive ^2.2.1 normal
      • serde ^1.0.137 normal
      • serde_json ^1.0.81 normal
      • serde_yaml ^0.9.1 normal
      • sqlformat ^0.2.0 normal
      • sqlparser ^0.19.0 normal
      • strum ^0.24.0 normal
      • strum_macros ^0.24.0 normal
      • chrono ^0.4 dev
      • criterion ^0.3.5 dev
      • globset ^0.4.8 dev
      • insta ^1.17.0 dev
      • pulldown-cmark ^0.9.1 dev
      • pulldown-cmark-to-cmark ^10.0.1 dev
      • similar ^2.2.0 dev
      • walkdir ^2.3.2 dev
      • duckdb ^0.4.0 dev
      • postgres ^0.19.3 dev
      • rusqlite ^0.28.0 dev
    • Versions
    • 29.41% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate prql_compiler

logo
Change settings

List of all items

Structs

  • SourceLocation
  • ast::Node
  • ast::dialect::BigQueryDialect
  • ast::dialect::GenericDialect
  • ast::dialect::MsSqlDialect
  • ast::dialect::MySqlDialect
  • ast::item::FuncCall
  • ast::item::Interval
  • ast::item::ListItem
  • ast::item::NamedExpr
  • ast::item::Pipeline
  • ast::item::Range
  • ast::item::Windowed
  • ast::query::ColumnSort
  • ast::query::FuncDef
  • ast::query::Query
  • ast::query::Table
  • ast::query::TableRef
  • semantic::Context
  • semantic::Declarations
  • semantic::Frame
  • semantic::Scope

Enums

  • Cli
  • ast::dialect::Dialect
  • ast::item::BinOp
  • ast::item::InterpolateItem
  • ast::item::Item
  • ast::item::UnOp
  • ast::literal::Literal
  • ast::query::JoinFilter
  • ast::query::JoinSide
  • ast::query::SortDirection
  • ast::query::Transform
  • ast::query::WindowKind
  • ast::types::Ty
  • ast::types::TyLit
  • semantic::Declaration
  • semantic::FrameColumn

Traits

  • ast::ast_fold::AstFold
  • ast::dialect::DialectHandler

Functions

  • ast::ast_fold::fold_column_sort
  • ast::ast_fold::fold_func_call
  • ast::ast_fold::fold_func_def
  • ast::ast_fold::fold_interpolate_item
  • ast::ast_fold::fold_item
  • ast::ast_fold::fold_join_filter
  • ast::ast_fold::fold_named_expr
  • ast::ast_fold::fold_optional_box
  • ast::ast_fold::fold_pipeline
  • ast::ast_fold::fold_query
  • ast::ast_fold::fold_range
  • ast::ast_fold::fold_table_ref
  • ast::ast_fold::fold_transform
  • ast::ast_fold::fold_type
  • ast::ast_fold::fold_typed_nodes
  • ast::ast_fold::fold_windowed
  • compile
  • format
  • format_error
  • from_json
  • parse
  • resolve_and_translate
  • semantic::collect_frames
  • semantic::label_references
  • semantic::load_std_lib
  • semantic::resolve
  • semantic::split_var_name
  • to_json
  • translate

Typedefs

  • Result
  • ast::Ident