Class WindowDataReaderCommand

  • All Implemented Interfaces:
    DataReaderCommand

    public final class WindowDataReaderCommand
    extends Object
    implements DataReaderCommand
    A data reader command that reads windows of data over another data reader.
    • Constructor Detail

      • WindowDataReaderCommand

        public WindowDataReaderCommand​(DataReaderCommand source,
                                       WindowOptions windowOptions,
                                       WindowDataReaderOptions readerOptions)
        Initializes a new instance of the WindowDataReaderCommand class.
        Parameters:
        source - The source data to window over.
        windowOptions - Options for the windows to create.
        readerOptions - Options for the window reader, such as a derived column names.