BigQueryRange

BigQueryRange

Range class for BigQuery. A range represents contiguous range between two dates, datetimes, or timestamps. The lower and upper bound for the range are optional. The lower bound is inclusive and the upper bound is exclusive. See https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical#range_literals

Constructor

new BigQueryRange()