Export to GitHub

jaql - issue #7
Provide each Expr with a chance to initialize once per query invocation.
Posted on Mar 12, 2009 by
Grumpy Monkey
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.
Comment #1
Posted on Mar 14, 2009 by Happy KangarooThis seems to be the same as Item 6... merging.
Status: Duplicate
Labels:
Type-Enhancement
Priority-Medium