Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
data BackendInsert v Source #
The Data Connector-specific data of an Insert expression. Currently, we don't have any.
This is parameterised over v
which enables different phases of IR
transformation to maintain the overall structure while enriching/transforming
the data at the leaves.
Instances
data DataConnectorUpdateVariant v Source #
SingleBatch (UpdateBatch 'DataConnector UpdateOperator v) | |
MultipleBatches [UpdateBatch 'DataConnector UpdateOperator v] |
Instances
data UpdateOperator v Source #
The operators that are used to mutate specific columns on a table