build() function to return the database build info #2909
Labels
C-feature
Category Features
C-user-experience
Category User Experience
good first issue
Good for newcomers
help wanted
Extra attention is needed
What problem does the new feature solve?
It's better to have an SQL function
build
that returns the database build info, for example:The result may be the same as
greptime --version
outputs.greptimedb/src/common/version/src/lib.rs
Line 18 in 47e5154
What does the feature do?
An SQL function to return the database build info.
Implementation challenges
Learn how to write a function:
https://github.com/GreptimeTeam/greptimedb/blob/develop/src/common/function/src/scalars/math/rate.rs
The text was updated successfully, but these errors were encountered: