numericFilterOption property

String? numericFilterOption
getter/setter pair

Enum to set the option defining the datatypes numeric filter has to be applied to

Required. Possible string values are:

  • "NUMERIC_FILTER_OPTION_UNSPECIFIED" : Numeric filter option unspecified
  • "NUMERIC_FILTER_OPTION_ALL" : Numeric filter option that matches all numeric columns.
  • "NUMERIC_FILTER_OPTION_LIMIT" : Numeric filter option that matches columns having numeric datatypes with specified precision and scale within the limited range of filter.
  • "NUMERIC_FILTER_OPTION_LIMITLESS" : Numeric filter option that matches only the numeric columns with no precision and scale specified.

Implementation

core.String? numericFilterOption;