Beispiel #1
0
        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);
        }
Beispiel #2
0
        internal virtual void Map(GremlinToSqlContext currentContext, GremlinToSqlContext mapContext)
        {
            GremlinTableVariable mapVariable = GremlinMapVariable.Create(mapContext);

            currentContext.VariableList.Add(mapVariable);
            currentContext.TableReferences.Add(mapVariable);
            currentContext.SetPivotVariable(mapVariable);
        }