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