

For similar capabilities to Amazon Timestream for LiveAnalytics, consider Amazon Timestream for InfluxDB. It offers simplified data ingestion and single-digit millisecond query response times for real-time analytics. Learn more [here](https://docs.amazonaws.cn//timestream/latest/developerguide/timestream-for-influxdb.html).

# Query language reference
<a name="reference"></a>

**Note**  
This query language reference includes the following third-party documentation from the [Trino Software Foundation](https://trino.io/foundation.html) (formerly Presto Software Foundation), which is licensed under the Apache License, Version 2.0. You may not use this file except in compliance with this license. To get a copy of the Apache License, Version 2.0, see the [Apache website](http://www.apache.org/licenses/LICENSE-2.0).

Timestream for LiveAnalytics supports a rich query language for working with your data. You can see the available data types, operators, functions and constructs below.

You can also get started right away with Timestream's query language in the [Sample queries](sample-queries.md) section.

**Topics**
+ [Supported data types](supported-data-types.md)
+ [Built-in time series functionality](timeseries-specific-constructs.md)
+ [SQL support](supported-sql-constructs.md)
+ [Logical operators](logical-operators.md)
+ [Comparison operators](comparison-operators.md)
+ [Comparison functions](comparison-functions.md)
+ [Conditional expressions](conditional-expressions.md)
+ [Conversion functions](conversion-functions.md)
+ [Mathematical operators](mathematical-operators.md)
+ [Mathematical functions](mathematical-functions.md)
+ [String operators](string-operators.md)
+ [String functions](string-functions.md)
+ [Array operators](array-operators.md)
+ [Array functions](array-functions.md)
+ [Bitwise functions](bitwise-functions.md)
+ [Regular expression functions](regex-functions.md)
+ [Date / time operators](date-time-operators.md)
+ [Date / time functions](date-time-functions.md)
+ [Aggregate functions](aggregate-functions.md)
+ [Window functions](window-functions.md)
+ [Sample queries](sample-queries.md)