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 StageSummary_State_EXECUTIONSTATESUCCEEDED :: StageSummary_State

    gogol-dataflow Gogol.Dataflow

    The component succeeded.

  2. pattern StageSummary_State_EXECUTIONSTATEUNKNOWN :: StageSummary_State

    gogol-dataflow Gogol.Dataflow

    The component state is unknown or unspecified.

  3. data StragglerSummary

    gogol-dataflow Gogol.Dataflow

    Summarized straggler identification details. See: newStragglerSummary smart constructor.

  4. StragglerSummary :: Maybe [Straggler] -> Maybe StragglerSummary_StragglerCauseCount -> Maybe Int64 -> StragglerSummary

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  5. newtype StragglerSummary_StragglerCauseCount

    gogol-dataflow Gogol.Dataflow

    Aggregated counts of straggler causes, keyed by the string representation of the StragglerCause enum. See: newStragglerSummary_StragglerCauseCount smart constructor.

  6. StragglerSummary_StragglerCauseCount :: HashMap Text Int64 -> StragglerSummary_StragglerCauseCount

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  7. data TransformSummary

    gogol-dataflow Gogol.Dataflow

    Description of the type, names/ids, and input/outputs for a transform. See: newTransformSummary smart constructor.

  8. TransformSummary :: Maybe [DisplayData] -> Maybe Text -> Maybe [Text] -> Maybe TransformSummary_Kind -> Maybe Text -> Maybe [Text] -> TransformSummary

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  9. newtype TransformSummary_Kind

    gogol-dataflow Gogol.Dataflow

    Type of transform.

  10. TransformSummary_Kind :: Text -> TransformSummary_Kind

    gogol-dataflow Gogol.Dataflow

    No documentation available.

Page 279 of many | Previous | Next