graphql-engine-1.0.0: GraphQL API over Postgres
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hasura.Backends.BigQuery.ToQuery

Description

Convert the simple BigQuery AST to an SQL query, ready to be passed to the odbc package's query/exec functions.

Synopsis

Documentation

renderBuilderFlat :: Printer -> (Builder, InsOrdHashMap Int TypedValue) Source #

Produces a query with holes, and a mapping for each

renderBuilderPretty :: Printer -> (Builder, InsOrdHashMap Int TypedValue) Source #

Produces a query with holes, and a mapping for each

Orphan instances