beholder icon indicating copy to clipboard operation
beholder copied to clipboard

Create function based dsl

Open romanowski opened this issue 8 years ago • 0 comments

Enrich existing filter dsl to accept one function style dsl e.g.:

fromQuery(myQuery){
  case (a, b) => "ala" from a.ala and "ola" from o.ola
}

romanowski avatar Apr 01 '16 08:04 romanowski