-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Tried adding "in" filter to the druid-query as below,
client.filter('in', 'txn_mth', ['2019/01','2019/02'])
But the below error
/Users/srajathii/Documents/hikma/Site/node_modules/druid-query/lib/fields/filter.js:23
throw new FieldError('Bad filter type: ' + type)
^
Error: Bad filter type: in
at filter (/Users/srajathii/Documents/hikma/Site/node_modules/druid-query/lib/fields/filter.js:23:11)
at GroupByQuery.proto.(anonymous function) [as filter] (/Users/srajathii/Documents/hikma/Site/node_modules/druid-query/lib/query.js:136:34)
at Object.<anonymous> (/Users/srajathii/Documents/hikma/Site/bin/www:205:4)
at Module._compile (module.js:653:30)
at Object.Module._extensions..js (module.js:664:10)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)
at Function.Module.runMain (module.js:694:10)
at startup (bootstrap_node.js:204:16)
Can you please help on this?
Metadata
Metadata
Assignees
Labels
No labels