distributed-dataset-0.0.1.0: A distributed data processing framework in pure Haskell
Safe HaskellNone
LanguageHaskell2010

Control.Distributed.Dataset.ShuffleStore

Synopsis

Documentation

data ShuffleStore Source #

Provides a way to store intermediate temporary data.

data Range Source #

Instances

Instances details
Eq Range Source # 
Instance details

Defined in Control.Distributed.Dataset.ShuffleStore

Methods

(==) :: Range -> Range -> Bool Source #

(/=) :: Range -> Range -> Bool Source #

Show Range Source # 
Instance details

Defined in Control.Distributed.Dataset.ShuffleStore

Generic Range Source # 
Instance details

Defined in Control.Distributed.Dataset.ShuffleStore

Associated Types

type Rep Range :: Type -> Type Source #

Methods

from :: Range -> Rep Range x Source #

to :: Rep Range x -> Range Source #

Binary Range Source # 
Instance details

Defined in Control.Distributed.Dataset.ShuffleStore

type Rep Range Source # 
Instance details

Defined in Control.Distributed.Dataset.ShuffleStore

type Rep Range = D1 ('MetaData "Range" "Control.Distributed.Dataset.ShuffleStore" "distributed-dataset-0.0.1.0-4FGt6FsKf56ZX45G52Nsw" 'False) (C1 ('MetaCons "RangeAll" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "RangeOnly" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)))