Versions in this module Expand all Collapse all v0 v0.0.1 Oct 1, 2021 Changes in this version + const DefaultBlockSize + type ID int + const T_AND + const T_ASC + const T_COMMENT + const T_CONSTANT_STRING + const T_COUNT + const T_DESC + const T_DNUMBER + const T_DOC_COMMENT + const T_EQUAL + const T_FROM + const T_GREATER + const T_GREATER_OR_EQUAL + const T_LIMIT + const T_LNUMBER + const T_NOT + const T_NOT_EQUAL + const T_OBJECT_OPERATOR + const T_OFFSET + const T_OR + const T_ORDER_BY + const T_SELECT + const T_SMALLER + const T_SMALLER_OR_EQUAL + const T_STRING + const T_VARIABLE + const T_WHERE + const T_WHITESPACE + const T_WITH + const T_XOR + func (i ID) String() string + type Pool struct + func NewPool(blockSize int) *Pool + func (p *Pool) Get() *Token + type Token struct + FreeFloating []*Token + ID ID + Pos *position.Pos + Value []byte + func (t *Token) GetPos() *position.Pos