Interface Sink


public interface Sink
Sink to which to send rows.

Corresponds to an output of a relational expression.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    end()
     
    void
    send(Row row)
     
    void
    Deprecated.