func buildTripleStore() *MqlSession { ts := graph_memstore.MakeTestingMemstore() return NewMqlSession(ts) }
func buildTripleStore() *GremlinSession { ts := graph_memstore.MakeTestingMemstore() return NewGremlinSession(ts, -1) }