-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Update Scalar_functions.md #17018
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
base: main
Are you sure you want to change the base?
Update Scalar_functions.md #17018
Conversation
hi @alamb , i coudnt find any rust file for this function . directly added the examples to the markdown . need a little help , while firing
my system doesnt updates the files . please can you do that |
Hi @Adez017
I think you can find the corresponding rust file by searching for the function description. For example, to find abs search for "Returns the absolute value of a number." like this: If you are having problems running update_docs perhaps you can try using the codespace: ![]() |
just a quick question , does i need to install all dependencies over there or this are preconfigured |
they are pre-configured mostly You may have to run this command in the container apt-get install npm (I made a PR to add this explicitly to the container here #17019) |
@Adez017 this document is autogenerated by the Do you see any issues with the tool? |
i haven't used yet , will do it later at EOD |
|
Hi @alamb , i fired the |
|
Hi @comphead , could you give it a try in the codespace , like if the changes are correct or note also i would like to mentioned that check the commits also |
I feel it would be easier to run on local machine and follow https://docs.npmjs.com/downloading-and-installing-node-js-and-npm |
Perhaps you need to run |
any Updates @alamb |
Any Updates @alamb |
@Adez017 I'll take a look today |
#### Example | ||
|
||
```sql | ||
> SELECT trunc(42.738); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure why this is here, was this file created manually?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think so , because later that time the build commands are halting
Any Updates?? @comphead |
To make this PR mergeable it is needed to fix .md file. Otherwise it would fail the CI, you can try doing this in github codespace if local machine cannot run scripts |
what need to be fixed could you please explain |
Which issue does this PR close?
Scalar Fucntions
in docs #17004Rationale for this change
while Browsing through the documentation i find the example for the scalar functions are missing
What changes are included in this PR?
Added examples for documentation