hi, dear all

is there any tool class to generate RexNodes from a SQL command?
for example,

List<RexNode> RexNodeUtils.parse(schema, "select * from persons where name like 
'm%' and age>10")

i am writing a solr adapter and i really really need it to help write java 
tests for my query translator.

best regards



Reply via email to