| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Hasura.Backends.Postgres.Translate.Select.Internal.GenerateSelect
Description
This module contains worker definitions pertaining to generating Select
AST nodes.
NOTE: generateSQLSelect is mutually recursive with
connectionToSelectWith, thus these two cohabitate in this module.
Documentation
Arguments
| :: BoolExp | Pre join condition |
| -> SelectSource | |
| -> SelectNode | |
| -> Select |
mkJoinCond :: TableAlias -> HashMap PGCol PGCol -> BoolExp Source #