Interface SupportsRowLevelDelete.RowLevelDeleteInfo

  • Enclosing interface:
    SupportsRowLevelDelete

    @PublicEvolving
    public static interface SupportsRowLevelDelete.RowLevelDeleteInfo
    The information that guides the planner on how to rewrite the delete statement.
    • Method Detail

      • requiredColumns

        default Optional<List<Column>> requiredColumns()
        The required columns by the sink to perform row-level delete. The rows consumed by sink will contain the required columns in order. If return Optional.empty(), it will contain all columns.