mql

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2015 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Path

type Path string

func NewPath

func NewPath() Path

func (Path) DisplayString

func (p Path) DisplayString() string

func (Path) Follow

func (p Path) Follow(s string) Path

func (Path) ToResultPathFromMap

func (p Path) ToResultPathFromMap(resultMap map[Path]string) ResultPath

type Query

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

func NewQuery

func NewQuery(ses *Session) *Query

func (*Query) BuildIteratorTree

func (q *Query) BuildIteratorTree(query interface{})

type ResultPath

type ResultPath string

func NewResultPath

func NewResultPath() ResultPath

func (ResultPath) AppendValue

func (p ResultPath) AppendValue(value string) ResultPath

func (ResultPath) FollowPath

func (p ResultPath) FollowPath(followPiece string, value string) ResultPath

type Session

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

func NewSession

func NewSession(qs graph.QuadStore) *Session

func (*Session) Clear

func (s *Session) Clear()

func (*Session) Collate

func (s *Session) Collate(result interface{})

func (*Session) Debug

func (s *Session) Debug(ok bool)

func (*Session) Execute

func (s *Session) Execute(input string, c chan interface{}, _ int)

func (*Session) Format

func (s *Session) Format(result interface{}) string

func (*Session) Parse

func (s *Session) Parse(input string) (query.ParseResult, error)

func (*Session) Results

func (s *Session) Results() (interface{}, error)

func (*Session) ShapeOf

func (s *Session) ShapeOf(query string) (interface{}, error)

Jump to

Keyboard shortcuts

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