This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from ff935ca1a0 [enhancement](chore) remove debug log which is really too
frequent #13909
add 1b36843664 [doc](jsonb type)add documents for JSONB datatype (#13792)
No new revisions were added by this update.
Summary of changes:
.../sql-functions/json-functions/jsonb_extract.md | 86 +++
.../sql-functions/json-functions/jsonb_parse.md | 84 +++
.../sql-functions/json-functions/jsonb_tutorial.md | 801 +++++++++++++++++++++
.../Data-Types/JSONB.md} | 33 +-
docs/sidebars.json | 6 +-
.../sql-functions/json-functions/jsonb_extract.md | 83 +++
.../sql-functions/json-functions/jsonb_parse.md | 81 +++
.../sql-functions/json-functions/jsonb_tutorial.md | 798 ++++++++++++++++++++
.../sql-reference/Data-Types/{DATE.md => JSONB.md} | 21 +-
9 files changed, 1957 insertions(+), 36 deletions(-)
create mode 100644
docs/en/docs/sql-manual/sql-functions/json-functions/jsonb_extract.md
create mode 100644
docs/en/docs/sql-manual/sql-functions/json-functions/jsonb_parse.md
create mode 100644
docs/en/docs/sql-manual/sql-functions/json-functions/jsonb_tutorial.md
copy
docs/en/docs/sql-manual/{sql-functions/bitmap-functions/bitmap_contains.md =>
sql-reference/Data-Types/JSONB.md} (63%)
create mode 100644
docs/zh-CN/docs/sql-manual/sql-functions/json-functions/jsonb_extract.md
create mode 100644
docs/zh-CN/docs/sql-manual/sql-functions/json-functions/jsonb_parse.md
create mode 100644
docs/zh-CN/docs/sql-manual/sql-functions/json-functions/jsonb_tutorial.md
copy docs/zh-CN/docs/sql-manual/sql-reference/Data-Types/{DATE.md => JSONB.md}
(58%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]