- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for LiteralList (0.04 seconds)
-
internal/s3select/sql/parser.go
return nil } // LiteralList is a type for parsed SQL lists literals type LiteralList []string // Capture interface used by participle func (ls *LiteralList) Capture(values []string) error { // Remove enclosing parenthesis. n := len(values[0]) r := values[0][1 : n-1] // Translate doubled quotes *ls = LiteralList(strings.Split(r, ",")) return nil }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Thu Jan 18 07:03:17 GMT 2024 - 12.9K bytes - Click Count (0)