Uses of Interface
org.apache.wayang.postgres.operators.PostgresExecutionOperator
-
Packages that use PostgresExecutionOperator Package Description org.apache.wayang.postgres.operators -
-
Uses of PostgresExecutionOperator in org.apache.wayang.postgres.operators
Classes in org.apache.wayang.postgres.operators that implement PostgresExecutionOperator Modifier and Type Class Description class
PostgresFilterOperator
PostgreSQL implementation of theFilterOperator
.class
PostgresJoinOperator<KeyType>
PostgreSQL implementation of theJoinOperator
.class
PostgresProjectionOperator
PostgreSQL implementation of theFilterOperator
.class
PostgresTableSource
PostgreSQL implementation for theTableSource
.
-