Safe Haskell | None |
---|---|
Language | Haskell2010 |
Planning T-SQL queries and subscriptions.
Synopsis
- planNoPlan :: MonadError QErr m => FromIrConfig -> UserInfo -> QueryDB 'BigQuery Void (UnpreparedValue 'BigQuery) -> m Select
- prepareValueNoPlan :: MonadError QErr m => SessionVariables -> UnpreparedValue 'BigQuery -> m Expression
Documentation
planNoPlan :: MonadError QErr m => FromIrConfig -> UserInfo -> QueryDB 'BigQuery Void (UnpreparedValue 'BigQuery) -> m Select Source #
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.