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. newTransformSummary :: TransformSummary

    gogol-dataflow Gogol.Dataflow

    Creates a value of TransformSummary with the minimum fields required to make a request.

  2. stragglerSummary :: StageSummary -> Maybe StragglerSummary

    gogol-dataflow Gogol.Dataflow

    Straggler summary for this stage.

  3. pattern CounterMetadata_Kind_Sum :: CounterMetadata_Kind

    gogol-dataflow Gogol.Dataflow.Types

    Aggregated value is the sum of all contributed values.

  4. data ExecutionStageSummary

    gogol-dataflow Gogol.Dataflow.Types

    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.

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

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  6. newtype ExecutionStageSummary_Kind

    gogol-dataflow Gogol.Dataflow.Types

    Type of transform this stage is executing.

  7. ExecutionStageSummary_Kind :: Text -> ExecutionStageSummary_Kind

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  8. pattern ExecutionStageSummary_Kind_CONSTANTKIND :: ExecutionStageSummary_Kind

    gogol-dataflow Gogol.Dataflow.Types

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

  9. pattern ExecutionStageSummary_Kind_FLATTENKIND :: ExecutionStageSummary_Kind

    gogol-dataflow Gogol.Dataflow.Types

    Flatten transform.

  10. pattern ExecutionStageSummary_Kind_GROUPBYKEYKIND :: ExecutionStageSummary_Kind

    gogol-dataflow Gogol.Dataflow.Types

    Group By Key transform.

Page 282 of many | Previous | Next