Interface SqlValidatorUtil.Suggester

  • Enclosing class:
    SqlValidatorUtil

    public static interface SqlValidatorUtil.Suggester
    Suggests candidates for unique names, given the number of attempts so far and the number of expressions in the project list.
    • Method Detail

      • apply

        java.lang.String apply​(java.lang.String original,
                               int attempt,
                               int size)