CQL.NET - it compiles and runs, SHIP IT!

Published 28 November 03 05:39 PM | MikeD

I managed to get through a set of CQL queries parsed and output and at first blush they seem to be correct. Next week or on the weekend I will see about comparing the XCQL output of my parser and of course the BER encoded string too (yuck).

I still don't like the internals of this code, its not at all elegant yet. I was hoping by now that I would be more familiar with the bigger picture of the code rather than the intimate detail. I don't think I can re-design it with more elegance until I understand the “50,000 foot” view of it.

When that is complete I will then start hooking up a parsed tree to my new Stacks indexing structure, and see how well my indexes will manage with the query expressions.

Filed under:

Comments

# Rob Sanderson said on June 2, 2004 12:47 PM:

Hi,

I was wondering if you'd gotten anywhere with CQL since you blogged this?

Rob Sanderson