BigQueryTimestamp
BigQueryTimestamp
Timestamp class for BigQuery.
The recommended input here is a Date
or PreciseDate
class.
If passing as a string
, it should be Timestamp literals: https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical#timestamp_literals.
When passing a number
input, it should be epoch seconds in float representation.