lyfeyaj / jaql

Automatically exported from code.google.com/p/jaql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide each Expr with a chance to initialize once per query invocation.

GoogleCodeExporter opened this issue · comments

Provide each Expr with a chance to do one-time initialization before
evaluation.  We should also probably include a close call after all
evaluation.  A call after compilation is over, but before initialization
might be useful for any post-compilation needs.

Original issue reported on code.google.com by Kevin.Be...@gmail.com on 12 Mar 2009 at 8:20

This seems to be the same as Item 6... merging.

Original comment by vuk.erce...@gmail.com on 14 Mar 2009 at 7:28

  • Changed state: Duplicate