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 Summary

    Modifier and Type
    Method
    Description
    apply(@Nullable String original, int attempt, int size)
     
  • Method Details

    • apply

      String apply(@Nullable String original, int attempt, int size)