Uses of Interface
io.trino.plugin.iceberg.delete.RowPredicate
Packages that use RowPredicate
-
Uses of RowPredicate in io.trino.plugin.iceberg
Constructor parameters in io.trino.plugin.iceberg with type arguments of type RowPredicateModifierConstructorDescriptionIcebergPageSource(List<IcebergColumnHandle> expectedColumns, List<IcebergColumnHandle> requiredColumns, ConnectorPageSource delegate, Optional<ReaderProjectionsAdapter> projectionsAdapter, Supplier<Optional<RowPredicate>> deletePredicate) -
Uses of RowPredicate in io.trino.plugin.iceberg.delete
Methods in io.trino.plugin.iceberg.delete that return RowPredicateModifier and TypeMethodDescriptiondefault RowPredicateRowPredicate.and(RowPredicate other) DeleteFilter.createPredicate(List<IcebergColumnHandle> columns) EqualityDeleteFilter.createPredicate(List<IcebergColumnHandle> columns) PositionDeleteFilter.createPredicate(List<IcebergColumnHandle> columns) Methods in io.trino.plugin.iceberg.delete with parameters of type RowPredicate