| Safe Haskell | Safe-Inferred |
|---|---|
| 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.
Synopsis
Documentation
Arguments
| :: BoolExp | Pre join condition for lateral joins |
| -> SelectSource | |
| -> SelectNode | |
| -> Select |
generateSQLSelectFromArrayNode :: SelectSource -> MultiRowSelectNode -> BoolExp -> Select Source #
Create a select query