Documentation ¶
Index ¶
Constants ¶
View Source
const ALL = 57430
View Source
const ALTER = 57346
View Source
const AND = 57407
View Source
const ANY = 57429
View Source
const ARRAY = 57432
View Source
const AS = 57376
View Source
const ASC = 57383
View Source
const BETWEEN = 57422
View Source
const BUCKET = 57347
View Source
const BY = 57382
View Source
const CASE = 57424
View Source
const CAST = 57348
View Source
const COLLATE = 57349
View Source
const COLON = 57394
View Source
const COMMA = 57393
View Source
const CONCAT = 57406
View Source
const CREATE = 57366
View Source
const DATABASE = 57350
View Source
const DELETE = 57351
View Source
const DESC = 57384
View Source
const DISTINCT = 57373
View Source
const DIV = 57405
View Source
const DOT = 57423
View Source
const DROP = 57367
View Source
const EACH = 57352
View Source
const ELSE = 57427
View Source
const END = 57428
View Source
const EQ = 57410
View Source
const EVERY = 57435
View Source
const EXCEPT = 57353
View Source
const EXISTS = 57354
View Source
const EXPLAIN = 57365
View Source
const FALSE = 57396
View Source
const FIRST = 57431
View Source
const FOR = 57437
View Source
const FROM = 57377
View Source
const GROUP = 57387
View Source
const GT = 57412
View Source
const GTE = 57413
View Source
const HAVING = 57388
View Source
const IDENTIFIER = 57400
View Source
const IF = 57355
View Source
const IN = 57433
View Source
const INDEX = 57370
View Source
const INLINE = 57356
View Source
const INNER = 57439
View Source
const INSERT = 57357
View Source
const INT = 57398
View Source
const INTERSECT = 57358
View Source
const INTO = 57359
View Source
const IS = 57419
View Source
const JOIN = 57360
View Source
const KEY = 57379
View Source
const KEYS = 57380
View Source
const LBRACE = 57389
View Source
const LBRACKET = 57391
View Source
const LEFT = 57440
View Source
const LIKE = 57418
View Source
const LIMIT = 57385
View Source
const LPAREN = 57416
View Source
const LT = 57414
View Source
const LTE = 57415
View Source
const MINUS = 57403
View Source
const MISSING = 57421
View Source
const MOD = 57442
View Source
const MULT = 57404
View Source
const NE = 57411
View Source
const NEST = 57438
View Source
const NOT = 57409
View Source
const NULL = 57397
View Source
const NUMBER = 57399
View Source
const OFFSET = 57386
View Source
const ON = 57371
View Source
const OR = 57408
View Source
const ORDER = 57381
View Source
const OUTER = 57441
View Source
const PATH = 57361
View Source
const PLUS = 57402
View Source
const POOL = 57364
View Source
const PRIMARY = 57368
View Source
const RBRACE = 57390
View Source
const RBRACKET = 57392
View Source
const RPAREN = 57417
View Source
const SATISFIES = 57434
View Source
const SELECT = 57375
View Source
const STRING = 57401
View Source
const THEN = 57426
View Source
const TRUE = 57395
View Source
const UNION = 57362
View Source
const UNIQUE = 57374
View Source
const UNNEST = 57436
View Source
const UPDATE = 57363
View Source
const USING = 57372
View Source
const VALUED = 57420
View Source
const VIEW = 57369
View Source
const WHEN = 57425
View Source
const WHERE = 57378
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type N1qlParser ¶
type N1qlParser struct {
// contains filtered or unexported fields
}
func NewN1qlParser ¶
func NewN1qlParser() *N1qlParser
func NewN1qlParserWithDebug ¶
func NewN1qlParserWithDebug(debug int) *N1qlParser
Click to show internal directories.
Click to hide internal directories.