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.

  1. pattern CounterMetadata_Kind_Sum :: CounterMetadata_Kind

    gogol-dataflow Gogol.Dataflow

    Aggregated value is the sum of all contributed values.

  2. data ExecutionStageSummary

    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.

  3. ExecutionStageSummary :: Maybe [ComponentSource] -> Maybe [ComponentTransform] -> Maybe Text -> Maybe [StageSource] -> Maybe ExecutionStageSummary_Kind -> Maybe Text -> Maybe [StageSource] -> Maybe [Text] -> ExecutionStageSummary

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  4. newtype ExecutionStageSummary_Kind

    gogol-dataflow Gogol.Dataflow

    Type of transform this stage is executing.

  5. ExecutionStageSummary_Kind :: Text -> ExecutionStageSummary_Kind

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  6. pattern ExecutionStageSummary_Kind_CONSTANTKIND :: ExecutionStageSummary_Kind

    gogol-dataflow Gogol.Dataflow

    Constructs from a constant value, such as with Create.of.

  7. pattern ExecutionStageSummary_Kind_FLATTENKIND :: ExecutionStageSummary_Kind

    gogol-dataflow Gogol.Dataflow

    Flatten transform.

  8. pattern ExecutionStageSummary_Kind_GROUPBYKEYKIND :: ExecutionStageSummary_Kind

    gogol-dataflow Gogol.Dataflow

    Group By Key transform.

  9. pattern ExecutionStageSummary_Kind_PARDOKIND :: ExecutionStageSummary_Kind

    gogol-dataflow Gogol.Dataflow

    ParDo transform.

  10. pattern ExecutionStageSummary_Kind_READKIND :: ExecutionStageSummary_Kind

    gogol-dataflow Gogol.Dataflow

    Read transform.

Page 276 of many | Previous | Next