[data.query.filters] Create expression function for filters & add toAst method #67896
Closed
7 tasks done
Labels
Feature:ExpressionLanguage
Interpreter expression language (aka canvas pipeline)
Part of #61769
Blocks #65988
field
expression function that takesname
,type
andscript
and returnskibana_field
typephraseFilter
expression function that takesvalue
(multi field, to support phrases filter as well) andfield
(of kibana_field type) parameters and returnskibana_filter
range
function that takeslt
,gt
,lte
,gte
paramteres and returnskibana_range
rangeFilter
expression function, that takesfield
andrange
(kibana_range type) and returnskibana_filter
existsFilter
expression function, that takesfield
and returnskibana_filter
filtersToExpressionAst
utility function which takes kibana filters array and returns array expression functions for itkibana_context
function and update embeddableto_ast
The text was updated successfully, but these errors were encountered: