Interface TupleFilter

All Known Implementing Classes:
DropDependencyFilter

public interface TupleFilter
A TupleFilter is used to qualify rows from a tuple stream.
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(ExecRow currentRow)
    Pump a row through the Filter.
    void
    init(ExecRow parameters)
    Initialize a Filter with a vector of parameters.
  • Method Details