// This transform is also used so programmtically built queries also get converted.
// Need previous BGP for merging? Do as a separate pass (sequence, BGP collapse)
private PathCompiler pathCompiler ;
public TransformPathFlattern() { this(new PathCompiler()) ; }