base64 decode for column, like mysql FROM_BASE64(str)
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 25.1k
- Forks
- 5k
- Avg merge
- 4d 59m
- Merged PRs (30d)
- 7
Description
General Questions
A general question should be related to TDengine's user's manual, user experience, milestones, business cooperations etc.
Before you ask a question, please:
- Try searching for answers in the official documentation
- Try searching in the existing issues on GitHub
- Try searching on tech forums such as Stack Overflow, Quora, CSDN, v2ex etc.
- Try using online searching engines such as Google, Bing, Baidu
If all the ways above couldn't help, please clearly and concisely describe what the question is.
dear tdengine team:
i find base64 function in this repo,
https://github.com/search?q=repo%3Ataosdata%2FTDengine%20base64&type=code
is there a function like mysql FROM_BASE64(str) that i can use select FROM_BASE64('${column_value}') from ${table_name} in tdengine
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the repository-wide “base64” search linked in the issue and check the official SQL function documentation. Determine whether TDengine already exposes an equivalent to MySQL’s FROM_BASE64(str), and clarify the expected behavior and scope if it does not; done means the question has a documented answer or an explicitly scoped feature request.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sql
- Domain
- database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100