direction

package
v0.5.7-rc1 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2018 License: BSD-3-Clause Imports: 11 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HasQuote added in v0.5.7

func HasQuote(quoteStr string) bool

func NewArgument

func NewArgument(a Attribute) (interface{}, error)

func NewArguments

func NewArguments(as ...Attribute) (interface{}, error)

func NewBool

func NewBool(lit interface{}) (bool, error)

func NewDoubleQuoteStringLit

func NewDoubleQuoteStringLit(lit interface{}) (string, error)

func NewExpression

func NewExpression(left Attribute, op Attribute, right Attribute) (interface{}, error)

func NewExpressionField

func NewExpressionField(a Attribute) (interface{}, error)

func NewFloatLit

func NewFloatLit(lit interface{}) (float64, error)

func NewFunction

func NewFunction(name Attribute, parameters Attribute) (interface{}, error)

func NewIntLit

func NewIntLit(lit interface{}) (int, error)

func NewMappingRef

func NewMappingRef(lit interface{}) (interface{}, error)

func NewSingleQuoteStringLit

func NewSingleQuoteStringLit(lit interface{}) (string, error)

func RemoveQuote added in v0.5.7

func RemoveQuote(quoteStr string) string

Types

type Attribute

type Attribute interface{}

func NewTernaryExpression

func NewTernaryExpression(first Attribute, second Attribute, third Attribute) (Attribute, error)

type NIL

type NIL struct {
}

func NewNilLit

func NewNilLit(lit interface{}) (*NIL, error)

Jump to

Keyboard shortcuts

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