internal virtual void Map(GremlinToSqlContext currentContext, GremlinToSqlContext mapContext) { GremlinMapVariable mapVariable = new GremlinMapVariable(mapContext, mapContext.PivotVariable.GetVariableType()); currentContext.VariableList.Add(mapVariable); currentContext.TableReferences.Add(mapVariable); currentContext.SetPivotVariable(mapVariable); }
internal virtual void Map(GremlinToSqlContext currentContext, GremlinToSqlContext mapContext) { GremlinTableVariable mapVariable = GremlinMapVariable.Create(mapContext); currentContext.VariableList.Add(mapVariable); currentContext.TableReferences.Add(mapVariable); currentContext.SetPivotVariable(mapVariable); }