mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 10:08:20 +00:00
Merge branch 'main' into json-error-position
This commit is contained in:
commit
1e94dbffcc
13 changed files with 543 additions and 273 deletions
|
@ -25,8 +25,10 @@ impl Display for ExternalFunc {
|
|||
pub enum JsonFunc {
|
||||
Json,
|
||||
JsonArray,
|
||||
JsonExtract,
|
||||
JsonArrayLength,
|
||||
JsonArrowExtract,
|
||||
JsonArrowShiftExtract,
|
||||
JsonExtract,
|
||||
JsonType,
|
||||
JsonErrorPosition,
|
||||
}
|
||||
|
@ -42,6 +44,8 @@ impl Display for JsonFunc {
|
|||
Self::JsonArray => "json_array".to_string(),
|
||||
Self::JsonExtract => "json_extract".to_string(),
|
||||
Self::JsonArrayLength => "json_array_length".to_string(),
|
||||
Self::JsonArrowExtract => "->".to_string(),
|
||||
Self::JsonArrowShiftExtract => "->>".to_string(),
|
||||
Self::JsonType => "json_type".to_string(),
|
||||
Self::JsonErrorPosition => "json_error_position".to_string(),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue