Inheritance: IQueryPlanNode
 protected virtual IQueryPlanNode VisitSingleRowTable(SingleRowTableNode node)
 {
     return(new SingleRowTableNode());
 }
 protected virtual IQueryPlanNode VisitSingleRowTable(SingleRowTableNode node)
 {
     return new SingleRowTableNode();
 }