OffsetCommand - Part of Command that skip begging rows from SelectCommand
| 419 | |
| 420 | // OffsetCommand - Part of Command that skip begging rows from SelectCommand |
| 421 | type OffsetCommand struct { |
| 422 | Token token.Token |
| 423 | Count int |
| 424 | } |
| 425 | |
| 426 | func (ls OffsetCommand) CommandNode() {} |
| 427 | func (ls OffsetCommand) TokenLiteral() string { return ls.Token.Literal } |
nothing calls this directly
no outgoing calls
no test coverage detected