Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. data DerivedSource

    gogol-dataflow Gogol.Dataflow

    Specification of one of the bundles produced as a result of splitting a Source (e.g. when executing a SourceSplitRequest, or when splitting an active task using WorkItemStatus.dynamicsourcesplit), relative to the source being split. See: newDerivedSource smart constructor.

  2. DerivedSource :: Maybe DerivedSource_DerivationMode -> Maybe Source -> DerivedSource

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  3. newtype DerivedSource_DerivationMode

    gogol-dataflow Gogol.Dataflow

    What source to base the produced source on (if any).

  4. DerivedSource_DerivationMode :: Text -> DerivedSource_DerivationMode

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  5. pattern DerivedSource_DerivationMode_SOURCEDERIVATIONMODECHILDOFCURRENT :: DerivedSource_DerivationMode

    gogol-dataflow Gogol.Dataflow

    Produce a Source based on the Source being split.

  6. pattern DerivedSource_DerivationMode_SOURCEDERIVATIONMODEINDEPENDENT :: DerivedSource_DerivationMode

    gogol-dataflow Gogol.Dataflow

    Produce a completely independent Source with no base.

  7. pattern DerivedSource_DerivationMode_SOURCEDERIVATIONMODESIBLINGOFCURRENT :: DerivedSource_DerivationMode

    gogol-dataflow Gogol.Dataflow

    Produce a Source based on the base of the Source being split.

  8. pattern DerivedSource_DerivationMode_SOURCEDERIVATIONMODEUNKNOWN :: DerivedSource_DerivationMode

    gogol-dataflow Gogol.Dataflow

    The source derivation is unknown, or unspecified.

  9. data DerivedSource

    gogol-dataflow Gogol.Dataflow.Types

    Specification of one of the bundles produced as a result of splitting a Source (e.g. when executing a SourceSplitRequest, or when splitting an active task using WorkItemStatus.dynamicsourcesplit), relative to the source being split. See: newDerivedSource smart constructor.

  10. DerivedSource :: Maybe DerivedSource_DerivationMode -> Maybe Source -> DerivedSource

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

Page 86 of many | Previous | Next