Class NumericFilterOption (1.9.2)

NumericFilterOption(value)

Specifies the columns on which numeric filter needs to be applied.

Values: NUMERIC_FILTER_OPTION_UNSPECIFIED (0): Numeric filter option unspecified NUMERIC_FILTER_OPTION_ALL (1): Numeric filter option that matches all numeric columns. NUMERIC_FILTER_OPTION_LIMIT (2): Numeric filter option that matches columns having numeric datatypes with specified precision and scale within the limited range of filter. NUMERIC_FILTER_OPTION_LIMITLESS (3): Numeric filter option that matches only the numeric columns with no precision and scale specified.