#include <LcsResidualColumnFilters.h>
Public Attributes | |
SearchEndpoint | lowerBoundDirective |
lower bound directive | |
SearchEndpoint | upperBoundDirective |
upper bound directive | |
boost::scoped_array< FixedBuffer > | boundBuf |
row buffer for the corresponding input row | |
TupleData | boundData |
tuple for the input rows |
Definition at line 40 of file LcsResidualColumnFilters.h.
lower bound directive
Definition at line 45 of file LcsResidualColumnFilters.h.
Referenced by LcsColumnReader::findBounds().
upper bound directive
Definition at line 50 of file LcsResidualColumnFilters.h.
Referenced by LcsColumnReader::findBounds().
boost::scoped_array<FixedBuffer> LcsResidualFilter::boundBuf |
row buffer for the corresponding input row
Definition at line 55 of file LcsResidualColumnFilters.h.