Google BigQuery v2 API - Enum LossOfPrecisionHandling (3.5.0)

public enum LossOfPrecisionHandling

Reference documentation and code samples for the Google BigQuery v2 API enum LossOfPrecisionHandling.

Handling for a conversion that would lose precision.

Namespace

Google.Cloud.BigQuery.V2

Assembly

Google.Cloud.BigQuery.V2.dll

Fields

NameDescription
Throw

Throw an exception.

Truncate

Truncate the loss of precision, truncating the result towards zero.