morrySnow commented on code in PR #1913:
URL: https://github.com/apache/doris-website/pull/1913#discussion_r1926369154


##########
docs/sql-manual/sql-functions/scalar-functions/hll-functions/hll-from-base64.md:
##########
@@ -22,50 +22,69 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-## hll_from_base64
+## HLL_FROM_BASE64
 
-### description
-#### Syntax
+### Description
+Converts a base64-encoded string (the result of the `hll_to_base64` function) 
into an HLL. If the input string is invalid, the function returns NULL.
 
-`HLL HLL_FROM_BASE64(VARCHAR input)`
+### Syntax
 
-Convert a base64 string(result of function `hll_to_base64`) into a hll. If 
input string is invalid, return NULL.
+```sql
+HLL HLL_FROM_BASE64(<input>)

Review Comment:
   ```suggestion
   HLL_FROM_BASE64(<input>)
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to