Interface Partitioner.Result

All Superinterfaces:
cdc.util.debug.Printable
Enclosing interface:
Partitioner

public static interface Partitioner.Result extends cdc.util.debug.Printable
  • Method Details

    • getInputExpressions

      List<Expression> getInputExpressions()
      Returns:
      The input expressions.
    • getOutputExpressions

      Set<Expression> getOutputExpressions()
      Returns:
      The set of output expressions.
    • getInputIndices

      Set<Integer> getInputIndices(Expression output)
      Parameters:
      output - The output expression.
      Returns:
      The indices of input expressions.