Interface BuiltinReceiver

All Known Implementing Classes:
CollectorBuiltinReceiver, ExecuteDirectFilterBuiltin.DirectFilterBuiltinReceiver

public interface BuiltinReceiver
receives the results of a built-in
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    send(long[] buffer)
    gets the results of a built-in.
    void
    send(TupleBuffer buffer)
    gets the results of a built-in.