Class PostgresJoinOperator<KeyType>

All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, Operator, JdbcExecutionOperator, PostgresExecutionOperator

public class PostgresJoinOperator<KeyType> extends JdbcJoinOperator<KeyType> implements PostgresExecutionOperator
PostgreSQL implementation of the JoinOperator.
See Also: