Documentation
¶
Index ¶
Constants ¶
View Source
const ABS = 57395
View Source
const AND = 57379
View Source
const ANY = 57391
View Source
const BCONST = 57351
View Source
const BIGINT = 57398
View Source
const BOOLEAN = 57399
View Source
const CEILING = 57396
View Source
const COLON_EQUALS = 57358
View Source
const CURRENT = 57367
View Source
const DATE = 57400
View Source
const DATETIME = 57406
View Source
const DECIMAL = 57405
View Source
const DOT_DOT = 57357
View Source
const DOUBLE = 57401
View Source
const EQUAL = 57373
View Source
const EQUALS_GREATER = 57359
View Source
const ERROR = 57363
View Source
const EXISTS = 57386
View Source
const FALSE = 57372
View Source
const FCONST = 57348
View Source
const FLAG = 57383
View Source
const FLOOR = 57397
View Source
const GREATER = 57377
View Source
const GREATER_EQUAL = 57378
View Source
const GREATER_EQUALS = 57361
View Source
const ICONST = 57354
View Source
const IDENT = 57346
View Source
const INTEGER = 57402
View Source
const IS = 57387
View Source
const KEYVALUE = 57394
View Source
const LAST = 57385
View Source
const LAX = 57365
View Source
const LESS = 57375
View Source
const LESS_EQUAL = 57376
View Source
const LESS_EQUALS = 57360
View Source
const LIKE_REGEX = 57382
View Source
const NOT = 57381
View Source
const NOT_EQUAL = 57374
View Source
const NOT_EQUALS = 57362
View Source
const NULL = 57370
View Source
const NUMBER = 57403
View Source
const OR = 57380
View Source
const Op = 57353
View Source
const PARAM = 57355
View Source
const ROOT = 57366
View Source
const SCONST = 57349
View Source
const SIZE = 57392
View Source
const STARTS = 57389
View Source
const STR = 57369
View Source
const STRICT = 57364
View Source
const STRING = 57404
View Source
const TIME = 57407
View Source
const TIMESTAMP = 57409
View Source
const TIMESTAMP_TZ = 57410
View Source
const TIME_TZ = 57408
View Source
const TO = 57384
View Source
const TRUE = 57371
View Source
const TYPE = 57393
View Source
const TYPECAST = 57356
View Source
const UIDENT = 57347
View Source
const UMINUS = 57411
View Source
const UNKNOWN = 57388
View Source
const USCONST = 57350
View Source
const VARIABLE = 57368
View Source
const WITH = 57390
View Source
const XCONST = 57352
Variables ¶
View Source
var (
ReCache = tree.NewRegexpCache(64)
)
Functions ¶
func Parse ¶
func Parse(path string) (statements.JsonpathStatement, error)
Parse parses a jsonpath string and returns a jsonpath.Jsonpath object.
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func (*Parser) Parse ¶
func (p *Parser) Parse(jsonpath string) (statements.JsonpathStatement, error)
Click to show internal directories.
Click to hide internal directories.