|
Class Summary |
| DAX2CDAG |
This creates a dag corresponding to one particular partition of the whole
abstract plan. |
| DAX2Graph |
This callback implementation ends up building a detailed structure of the
graph referred to by the abstract plan in dax, that should make the graph
traversals easier. |
| DAX2LabelGraph |
The callback, that ends up building a label graph. |
| DAX2Metadata |
A callback that causes the parser to exit after the metadata about the DAX
has been parsed. |
| DAX2NewGraph |
An exploratory implementation that builds on the DAX2Graph. |
| DAXCallbackFactory |
A factory class to load the appropriate DAX callback implementations that need
to be passed to the DAX Parser. |