Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data ShuffleStore Source #
Provides a way to store intermediate temporary data.
Instances
Eq Range Source # | |
Show Range Source # | |
Generic Range Source # | |
Binary Range Source # | |
type Rep Range Source # | |
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))) |