Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call For Participation: vectorize all JSON builtin functions #12104

Closed
27 tasks done
qw4990 opened this issue Sep 10, 2019 · 9 comments · Fixed by #16326
Closed
27 tasks done

Call For Participation: vectorize all JSON builtin functions #12104

qw4990 opened this issue Sep 10, 2019 · 9 comments · Fixed by #16326
Assignees
Labels
component/expression good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. type/enhancement The issue or PR belongs to an enhancement.

Comments

@qw4990
Copy link
Contributor

qw4990 commented Sep 10, 2019

This issue is used to trace all vectorized JSON builtin functions, which is a part of #12058.

NOTE:

  1. Feel free to join us in the wg-vec-expr working group
  2. Please comment on this issue if you are working on any of the functions.

Note For Performance Challenge Teams: each PR on this issue has 50 score.


  • builtinCastIntAsJSONSig
  • builtinCastRealAsJSONSig
  • builtinCastDecimalAsJSONSig
  • builtinCastStringAsJSONSig
  • builtinCastDurationAsJSONSig
  • builtinCastTimeAsJSONSig
  • builtinCastJSONAsJSONSig
  • builtinCoalesceJSONSig
  • builtinCaseWhenJSONSig
  • builtinIfJSONSig @Reminiscent expression: implement vectorized evaluation for builtinIfJSONSig #12081
  • builtinIfNullJSONSig
  • builtinJSONExtractSig
  • builtinJSONSetSig
  • builtinJSONInsertSig
  • builtinJSONReplaceSig
  • builtinJSONRemoveSig
  • builtinJSONMergeSig
  • builtinJSONObjectSig
  • builtinJSONArraySig
  • builtinJSONArrayAppendSig
  • builtinJSONArrayInsertSig
  • builtinJSONSearchSig
  • builtinJSONKeysSig
  • builtinJSONKeys2ArgsSig
  • builtinJSONAnyValueSig
  • builtinNameConstJSONSig
  • builtinJSONUnquoteSig
@qw4990 qw4990 added type/enhancement The issue or PR belongs to an enhancement. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. component/expression labels Sep 10, 2019
@js00070
Copy link
Contributor

js00070 commented Oct 12, 2019

working on
builtinJSONObjectSig
builtinCastIntAsJSONSig
builtinCastRealAsJSONSig
builtinJSONKeysSig

@tsthght
Copy link
Contributor

tsthght commented Oct 17, 2019

let me fix:
builtinCastDecimalAsJSONSig
builtinCastStringAsJSONSig
builtinCastDurationAsJSONSig
builtinCastTimeAsJSONSig
builtinCastJSONAsJSONSig
builtinCoalesceJSONSig

@tsthght
Copy link
Contributor

tsthght commented Oct 18, 2019

let me fix:
builtinJSONAnyValueSig

@zhenghaoz
Copy link
Contributor

Let me fix:

  • builtinJSONSearchSig

@icditwang
Copy link
Contributor

let me fix :
builtinJSONArraySig

@pingyu
Copy link
Contributor

pingyu commented Nov 6, 2019

let me fix:
builtinJSONExtractSig

@Darkone0
Copy link

Let me fix
builtinJSONInsertSig

@scarydemon2
Copy link

let me fix:
builtinJSONRemoveSig

@js00070
Copy link
Contributor

js00070 commented Nov 17, 2019

let me fix:
builtinJSONArrayAppendSig
builtinJSONArrayInsertSig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/expression good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants