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 TransformSummary_Kind_WRITEKIND :: TransformSummary_Kind

    gogol-dataflow Gogol.Dataflow.Types

    Write transform.

  2. consumedParallelism :: ApproximateReportedProgress -> Maybe ReportedParallelism

    gogol-dataflow Gogol.Dataflow.Types

    Total amount of parallelism in the portion of input of this task that has already been consumed and is no longer active. In the first two examples above (see remainingparallelism), the value should be 29 or 2 respectively. The sum of remainingparallelism and consumed_parallelism should equal the total amount of parallelism in this work item. If specified, must be finite.

  3. fractionConsumed :: ApproximateReportedProgress -> Maybe Double

    gogol-dataflow Gogol.Dataflow.Types

    Completion as fraction of the input consumed, from 0.0 (beginning, nothing consumed), to 1.0 (end of the input, entire input consumed).

  4. fractionConsumed :: ApproximateSplitRequest -> Maybe Double

    gogol-dataflow Gogol.Dataflow.Types

    A fraction at which to split the work item, from 0.0 (beginning of the input) to 1.0 (end of the input).

  5. fromExecutionStageSummary_Kind :: ExecutionStageSummary_Kind -> Text

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  6. fromStageSummary_State :: StageSummary_State -> Text

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  7. fromTransformSummary_Kind :: TransformSummary_Kind -> Text

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  8. meanSum :: MetricUpdate -> Maybe Value

    gogol-dataflow Gogol.Dataflow.Types

    Worker-computed aggregate value for the "Mean" aggregation kind. This holds the sum of the aggregated values and is used in combination with mean_count below to obtain the actual mean aggregate value. The only possible value types are Long and Double.

  9. newExecutionStageSummary :: ExecutionStageSummary

    gogol-dataflow Gogol.Dataflow.Types

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

  10. newStageSummary :: StageSummary

    gogol-dataflow Gogol.Dataflow.Types

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

Page 287 of many | Previous | Next