Documentation
¶
Index ¶
- func ToFloat64(v interface{}) (float64, bool)
- func ToInt64(v interface{}) (int64, bool)
- type Matcher
- func (m *Matcher) EvaluateExpression(path map[string]interface{}, expr ast.Expr, params map[string]interface{}) bool
- func (m *Matcher) ExecuteMatch(stmt *ast.MatchStmt, params map[string]interface{}) (rows []map[string]interface{}, columns []string, err error)
- func (m *Matcher) ExecutePathForMerge(path *ast.PathExpr, params map[string]interface{}) ([]map[string]interface{}, error)
- func (m *Matcher) PropertyToInterface(prop graph.PropertyValue) interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Matcher ¶
func NewMatcherForMerge ¶ added in v0.2.0
func (*Matcher) EvaluateExpression ¶
func (*Matcher) ExecuteMatch ¶ added in v0.2.0
func (*Matcher) ExecutePathForMerge ¶ added in v0.2.0
func (*Matcher) PropertyToInterface ¶
func (m *Matcher) PropertyToInterface(prop graph.PropertyValue) interface{}
Click to show internal directories.
Click to hide internal directories.