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