+1 vote
in Apache Druid by

Which of the following is an example of a SELECTOR filter?

Select the correct answer from below given options:

a) All the options

b) filter: { "type": "regex", "dimension": < dimension_string>, "pattern": < pattern_string> }

c) filter: { "type": "selector", "dimension": < dimension_string>, "value": < dimension_value_string> }

d) filter: { "type": "columnComparison", "dimensions": [< dimension_a>, < dimension_b>] }

1 Answer

0 votes
by

Correct answer of above question is : -c) filter: { "type": "selector", "dimension": < dimension_string>, "value": < dimension_value_string> }

filter: { "type": "selector", "dimension": < dimension_string>, "value": < dimension_value_string> } is an example of a SELECTOR filter

Related questions

+1 vote
asked Dec 28, 2021 in Apache Druid by sharadyadav1986
+1 vote
asked Dec 29, 2021 in Apache Druid by sharadyadav1986
...