project-m36-0.3: Relational Algebra Engine

Safe HaskellNone
LanguageHaskell2010

ProjectM36.Tuple

Synopsis

Documentation

vectorUnion :: Eq a => Vector a -> Vector a -> Vector a Source #

updateTupleWithAtoms :: Map AttributeName Atom -> RelationTuple -> RelationTuple Source #

An optimized form of tuple update which updates vectors efficiently.