WIP: Program the core of procedures.
We should implement all operational procedures. MapReduce
, BranchingProcedure
, BacktrackingBranchingProcedure
, and AggregatorProcedure
may require more work.
So we limit ourselves to FormulaProcedure
, rounding procedures and those that manage the environment. I'm thinking that all Python-level operational procedures that simply perform a single operation are to be casted to FormulaProcedure
in travertine.