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