Class SelectQueryBuilder


  • public class SelectQueryBuilder
    extends Object
    Used to build a Timestream query which can select data from a table in a specific database directly or via a simplified view. The view is said to be simplified because it must be defined as a single 'select' statement itself which this class will turn into a WITH (select) as t1 to inject the requested query.