Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildIteratorTreeForQuery ¶
func BuildIteratorTreeForQuery(ts graph.TripleStore, query string) graph.Iterator
func ParseString ¶
Types ¶
type SexpSession ¶
type SexpSession struct {
// contains filtered or unexported fields
}
func NewSexpSession ¶
func NewSexpSession(inputTripleStore graph.TripleStore) *SexpSession
func (*SexpSession) ExecInput ¶
func (s *SexpSession) ExecInput(input string, out chan interface{}, limit int)
func (*SexpSession) InputParses ¶
func (s *SexpSession) InputParses(input string) (graph.ParseResult, error)
func (*SexpSession) ToText ¶
func (s *SexpSession) ToText(result interface{}) string
func (*SexpSession) ToggleDebug ¶
func (s *SexpSession) ToggleDebug()
Click to show internal directories.
Click to hide internal directories.