ποΈ Data types
5 items
ποΈ SQL Functions
25 items
ποΈ SQL statements
14 items
ποΈ Error Codes
This section describes the common error codes for query requests.
ποΈ System limits
This topic describes the rules and limits that apply when you use StarRocks.
ποΈ System variables
StarRocks provides many system variables that can be set and modified to suit your requirements. This section describes the variables supported by StarRocks. You can view the settings of these variables by running the SHOW VARIABLES command on your MySQL client. You can also use the SET command to dynamically set or modify variables. You can make these variables take effect globally on the entire system, only in the current session, or only in a single query statement.
ποΈ AWS IAM policies
A policy in AWS IAM declares a set of permissions on a specific AWS resource. After creating a policy, you need to attach it to an IAM role or user. As such, the IAM role or user is assigned the permissions declared in the policy to access the specified AWS resource.
ποΈ Information Schema
The StarRocks informationschema is a database within each StarRocks instance. informationschema contains several read-only, system-defined tables which store extensive metadata information of all objects that the StarRocks instance maintains.
ποΈ System metadatabase
4 items
ποΈ User-defined variables
This topic describes how to declare and use user-defined variables.