Prql.Options (prql_rs v0.1.0)
View SourceSummary
Functions
Normalizes and validates compilation options.
Types
@type dialect() ::
:ansi
| :big_query
| :click_house
| :duck_db
| :generic
| :glare_db
| :ms_sql
| :my_sql
| :postgres
| :sqlite
| :snowflake
@type display_option() :: :plain | :ansi_color
@type option() :: {:format, boolean()} | {:target, dialect() | nil} | {:signature_comment, boolean()} | {:color, boolean()} | {:display, display_option()}
@type options() :: [option()]