Objects
Objects are one of two basic building blocks of expressions (the other one is operators to be discussed in the next Chapter). The object types that DolphinDB supports include constant, variable, tuple, function call, expression, column reference, table joiner, named object, SQL query, and dynamic tuple.
Related Syntax References
DolphinDB provides a rich set of operators and expressions for object computation, conditional evaluation, and data analysis. Please refer to the following sections:
- Operators: Contains
a complete list of all built-in operators, including unary, binary, and ternary
operators (such as the conditional ternary expression
?:), along with their definitions, usage, and operator precedence. - SQL Statements: Provides detailed descriptions of DolphinDB SQL syntax and its extended capabilities, including CASE WHEN conditional expressions, analytic functions (window functions), and other commonly used query and analysis syntax.
