func github.com/jmespath/go-jmespath.toArrayNum

6 uses

	github.com/jmespath/go-jmespath (current package)
		functions.go#L369: 			if _, ok := toArrayNum(arg); ok {
		functions.go#L486: 	if items, ok := toArrayNum(arguments[0]); ok {
		functions.go#L583: 	items, _ := toArrayNum(arguments[0])
		functions.go#L592: 	if items, ok := toArrayNum(arguments[0]); ok {
		functions.go#L716: 	if items, ok := toArrayNum(arguments[0]); ok {
		util.go#L143: func toArrayNum(data interface{}) ([]float64, bool) {