Class OpaqueSlice

  • All Implemented Interfaces:
    DagSlice

    public class OpaqueSlice
    extends Object
    implements DagSlice
    An opaque transformation step, which does not commute with any other step. It may use the records mode, or not be row-wise at all.
    • Constructor Detail

      • OpaqueSlice

        public OpaqueSlice​(ColumnModel columnModel)
        Creates an opaque slice.
        Parameters:
        columnModel - the state of the column model after execution of the slice.