graphql-engine-1.0.0: GraphQL API over Postgres
Safe HaskellNone
LanguageHaskell2010

Hasura.Backends.BigQuery.Plan

Description

Planning T-SQL queries and subscriptions.

Synopsis

Documentation

prepareValueNoPlan :: MonadError QErr m => SessionVariables -> UnpreparedValue 'BigQuery -> m Expression Source #

Prepare a value without any query planning; we just execute the query with the values embedded.