Skip to content

Commit efa76b6

Browse files
pg-cardinality-expand
Summary: - Add support for postgres `json_array_elements_text` function.
1 parent 38fb7a5 commit efa76b6

File tree

4 files changed

+3704
-3656
lines changed

4 files changed

+3704
-3656
lines changed

go/vt/sqlparser/constants.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,8 @@ const (
185185
// Auth constants
186186
InteractiveStr = "interactive"
187187
ServiceAccountStr = "serviceaccount"
188+
189+
// Cardinality increase functions
190+
JsonEachStr = "json_each"
191+
JsonArrayElementsTextStr = "json_array_elements_text"
188192
)

0 commit comments

Comments
 (0)