graphlog

package
v0.7.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 15, 2019 License: Apache-2.0 Imports: 4 Imported by: 86

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Deltas

type Deltas struct {
	IncNode []NodeUpdate
	DecNode []NodeUpdate
	QuadAdd []QuadUpdate
	QuadDel []QuadUpdate
}

func InsertQuads added in v0.7.6

func InsertQuads(in []quad.Quad) *Deltas

func SplitDeltas

func SplitDeltas(in []graph.Delta) *Deltas

type NodeUpdate

type NodeUpdate struct {
	Hash   graph.ValueHash
	Val    quad.Value
	RefInc int
}

type Op

type Op interface {
	// contains filtered or unexported methods
}

type QuadUpdate

type QuadUpdate struct {
	Ind  int
	Quad graph.QuadHash
	Del  bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL