https://github.com/google/cayley
Revision 463642efb05f1cf0e1ce8815c8b68f19ea677e31 authored by Denys Smirnov on 06 January 2018, 16:26:58 UTC, committed by Denys Smirnov on 06 January 2018, 16:26:58 UTC
1 parent 1f53d04
Raw File
Tip revision: 463642efb05f1cf0e1ce8815c8b68f19ea677e31 authored by Denys Smirnov on 06 January 2018, 16:26:58 UTC
iterator: get some rough size estimates for comparisons
Tip revision: 463642e
imports_19.go
// +build go1.9

package cayley

import (
	"github.com/cayleygraph/cayley/graph"
	"github.com/cayleygraph/cayley/graph/path"
)

type Iterator = graph.Iterator
type QuadStore = graph.QuadStore
type QuadWriter = graph.QuadWriter

type Path = path.Path
back to top