Interface AllowedStatistics.Builder

  • Method Details

    • statistics

      AllowedStatistics.Builder statistics(Collection<String> statistics)

      One or more column statistics to allow for columns that contain detected entities.

      Parameters:
      statistics - One or more column statistics to allow for columns that contain detected entities.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statistics

      AllowedStatistics.Builder statistics(String... statistics)

      One or more column statistics to allow for columns that contain detected entities.

      Parameters:
      statistics - One or more column statistics to allow for columns that contain detected entities.
      Returns:
      Returns a reference to this object so that method calls can be chained together.