seisdb

package module
v0.0.0-...-489e132 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2015 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

SeisDB is a Hexastore http://www.vldb.org/pvldb/1/1453965.pdf

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SeisDB

type SeisDB struct {
	// contains filtered or unexported fields
}

func Open

func Open(path string) (*SeisDB, error)

func (*SeisDB) Close

func (sdb *SeisDB) Close()

func (*SeisDB) Find

func (sdb *SeisDB) Find(pre string) ([]Triple, error)

func (*SeisDB) Update

func (sdb *SeisDB) Update(t Triple) error

type Triple

type Triple struct {
	// subject
	S string
	// predicate
	P string
	// object
	O string
}

func NewTriple

func NewTriple(tupla string) Triple

func (Triple) Sextuple

func (t Triple) Sextuple() []string

Jump to

Keyboard shortcuts

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