Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data Step

    gogol-dataflow Gogol.Dataflow

    Defines a particular step within a Cloud Dataflow job. A job consists of multiple steps, each of which performs some specific operation as part of the overall job. Data is typically passed from one step to another as part of the job. Note: The properties of this object are not stable and might change. Here's an example of a sequence of steps which together implement a Map-Reduce job: * Read a collection of data from some source, parsing the collection's elements. * Validate the elements. * Apply a user-defined function to map each element to some value and extract an element-specific key value. * Group elements with the same key into a single element with that key, transforming a multiply-keyed collection into a uniquely-keyed collection. * Write the elements out to some data sink. Note that the Cloud Dataflow service may be used to run many different types of jobs, not just Map-Reduce. See: newStep smart constructor.

  2. Step :: Maybe Text -> Maybe Text -> Maybe Step_Properties -> Step

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  3. data Step

    gogol-dataflow Gogol.Dataflow.Types

    Defines a particular step within a Cloud Dataflow job. A job consists of multiple steps, each of which performs some specific operation as part of the overall job. Data is typically passed from one step to another as part of the job. Note: The properties of this object are not stable and might change. Here's an example of a sequence of steps which together implement a Map-Reduce job: * Read a collection of data from some source, parsing the collection's elements. * Validate the elements. * Apply a user-defined function to map each element to some value and extract an element-specific key value. * Group elements with the same key into a single element with that key, transforming a multiply-keyed collection into a uniquely-keyed collection. * Write the elements out to some data sink. Note that the Cloud Dataflow service may be used to run many different types of jobs, not just Map-Reduce. See: newStep smart constructor.

  4. Step :: Maybe Text -> Maybe Text -> Maybe Step_Properties -> Step

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  5. Step :: SeriesType

    plot Graphics.Rendering.Plot.Figure

    No documentation available.

  6. stepProgress :: step -> Progress step fail ()

    Cabal Distribution.Utils.Progress

    Emit a step and then continue.

  7. step_RDR :: RdrName

    ghc GHC.Builtin.Names

    No documentation available.

  8. stepOn :: StringBuffer -> StringBuffer

    ghc GHC.Data.StringBuffer

    Return a StringBuffer with the first UTF-8 character removed (analogous to tail). Warning: The behavior is undefined if the StringBuffer is empty. The result shares the same buffer as the original.

  9. stepUnique :: Unique -> Word64 -> Unique

    ghc GHC.Types.Unique

    No documentation available.

  10. stepConn :: Connection -> Statement -> IO StepResult

    persistent-sqlite Database.Sqlite

    Execute a database statement. This function uses the Connection passed to it to give better error messages than step.

Page 12 of many | Previous | Next