Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern
CounterMetadata_Kind_Sum :: CounterMetadata_Kindgogol-dataflow Gogol.Dataflow Aggregated value is the sum of all contributed values.
-
gogol-dataflow Gogol.Dataflow Description of the composing transforms, names/ids, and input/outputs of a stage of execution. Some composing transforms and sources may have been generated by the Dataflow service during execution planning. See: newExecutionStageSummary smart constructor.
-
gogol-dataflow Gogol.Dataflow No documentation available.
newtype
ExecutionStageSummary_Kind gogol-dataflow Gogol.Dataflow Type of transform this stage is executing.
ExecutionStageSummary_Kind :: Text -> ExecutionStageSummary_Kindgogol-dataflow Gogol.Dataflow No documentation available.
pattern
ExecutionStageSummary_Kind_CONSTANTKIND :: ExecutionStageSummary_Kindgogol-dataflow Gogol.Dataflow Constructs from a constant value, such as with Create.of.
pattern
ExecutionStageSummary_Kind_FLATTENKIND :: ExecutionStageSummary_Kindgogol-dataflow Gogol.Dataflow Flatten transform.
pattern
ExecutionStageSummary_Kind_GROUPBYKEYKIND :: ExecutionStageSummary_Kindgogol-dataflow Gogol.Dataflow Group By Key transform.
pattern
ExecutionStageSummary_Kind_PARDOKIND :: ExecutionStageSummary_Kindgogol-dataflow Gogol.Dataflow ParDo transform.
pattern
ExecutionStageSummary_Kind_READKIND :: ExecutionStageSummary_Kindgogol-dataflow Gogol.Dataflow Read transform.