napkin-0.5.13
Safe HaskellNone
LanguageHaskell2010

Napkin.Spec.ExecutionPlan

Synopsis

Documentation

data ForceTable #

Constructors

Force 
Skip 

Instances

Instances details
Eq ForceTable # 
Instance details

Defined in Napkin.Spec.ExecutionPlan

Show ForceTable # 
Instance details

Defined in Napkin.Spec.ExecutionPlan

tablesForUpdate :: forall m b. Monad m => UTCTime -> (Ref Table -> m Bool) -> SpecState -> ForcedTablesMap -> ValidatedInterpretedSpec b -> m (Set (Ref Table), TableExecutionReasonMap) #

tablesForUpdate discovers missing spec tables or containing old data TODO: parallelize