| No | Function Name | Description about Function |
|---|---|---|
| 1 | pow(x,y) | The POW() function returns the value of a number raised to the power of another number |
| 2 | round(x,y) | The ROUND() function rounds a number to a specified number of decimal places |
| 3 | ceiling(x) | The CEILING() function returns the smallest integer value that is bigger than or equal to a number |
| 4 | floor(x) | The FLOOR() function returns the largest integer value that is smaller than or equal to a number |
| 5 | mod(x,y) | The MOD() function returns the remainder of a number divided by another number |
| 6 | abs(x) | The ABS() function returns the absolute (positive) value of a number. |
| No | Function Name | Description about Function |
|---|---|---|
| 1 | put | insert or update records in table |
| 2 | get | query records by user key |
| 3 | delete | delete records by user key |
| No | Funcation Name | Description about Function |
|---|---|---|
| 1 | add | add values on same data type |
| 2 | sum | calculate the summary of columns filtered by keys |
| 3 | max | calculate the max of columns filtered by keys |
| 4 | min | calculate the min of columns filtered by keys |
| No | Function Name | Description about Function |
|---|---|---|
| 1 | Operate | do multiple operations on a single record, the operation list can be numerical operation or basic operation |
| 2 | OperateList | do multiple operations on a single record |
| 3 | UDF | defined using LUA script to implement user define function |
| No | Type | Function Name | Description about Function |
|---|---|---|---|
| 1 | read | size | get size of the elements |
| 2 | read | get_all | get all the elements of collection |
| 3 | read | get_by_key | get all the elements of collection by input key |
| 4 | read | get_by_value | get all the elements of collection by input value |
| 5 | read | get_by_index_range | get all the elements of collection by range index |
| 6 | write | put | append a element to the end |
| 7 | write | clear | clear all the elements of collection |
| 8 | write | remove_by_key | remove the key from collection |
| 9 | write | remove_all_by_value | remove all records match the value |
| 10 | write | remove_by_index | remove record by index |
Query records using range filter with Date type.
Query records using range filter with Numberic type.
Query records using range filter with String type
Query records with specifiy record value.
sofa-jraftio.dingodb. on maven centraltimeoutexplain to view plan about Dingo SQL| No | Module | Description about module |
|---|---|---|
| 1 | dingo-driver-client | the jdbc driver client used by sql |
| 2 | dingo-sdk | the key-value sdk client to do operation about key-value |
| 3 | dingo-rocksdb | Extended features on rocksdb |
Content type
Image
Digest
sha256:4520ab2bd…
Size
2.8 GB
Last updated
4 months ago
docker pull dingodatabase/dingo:develop-latest