yujie.zhang (he/him)

Results 18 issues of yujie.zhang (he/him)

# Which issue does this PR close? Closes #670 . # Rationale for this change # What changes are included in this PR? - Modify http api - Adapt to...

api change

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** ![http api](https://user-images.githubusercontent.com/28214641/193433770-e944488b-6477-4f8a-8e29-02ac5c57fbe3.png) **Describe alternatives you've considered** **Additional context**

component/http-api
api change

**Is your feature request related to a problem? Please describe.** - docs: Investigate the system tables required by the time series database - Store information through read-only memory tables -...

component/infoschema

**Is your feature request related to a problem? Please describe.** Returns a random sample of N field values. **Describe the solution you'd like** Need add custom operator - Syntax ```sql...

component/function

**Is your feature request related to a problem? Please describe.** returns the difference between the first row and other rows **Describe the solution you'd like** - Syntax ```sql DIFFERENCE( expr...

component/function

**Is your feature request related to a problem? Please describe.** Expr pushed down to tskv, the binary expression with '!=' is not supported yet. support Not Equals operator `` (or...

good first issue
component/query

**Is your feature request related to a problem? Please describe.** Returns the field value with the most recent timestamp. **Describe the solution you'd like** - Syntax ```sql --- Returns the...

component/function

**Is your feature request related to a problem? Please describe.** Returns the field value with the oldest timestamp. **Describe the solution you'd like** - Syntax ```sql --- Returns the oldest...

component/function

**Is your feature request related to a problem? Please describe.** returns the non-null value or values that occur most often in a specified expression **Describe the solution you'd like** -...

good first issue
component/function

**Is your feature request related to a problem? Please describe.** Expr pushed down to tskv, the 'BETWEEN' expression is not supported yet. **Describe the solution you'd like** - syntax ```...

good first issue
component/query