Uses of Enum
com.google.cloud.bigquery.ArrowSerializationOptions.TimestampPrecision
Packages that use ArrowSerializationOptions.TimestampPrecision
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of ArrowSerializationOptions.TimestampPrecision in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return ArrowSerializationOptions.TimestampPrecisionModifier and TypeMethodDescriptionArrowSerializationOptions.getPicosTimestampPrecision()[Beta] Returns the timestamp precision for Arrow timestamp types.Returns the enum constant of this type with the specified name.ArrowSerializationOptions.TimestampPrecision.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.bigquery with parameters of type ArrowSerializationOptions.TimestampPrecisionModifier and TypeMethodDescriptionArrowSerializationOptions.Builder.setPicosTimestampPrecision(ArrowSerializationOptions.TimestampPrecision picosTimestampPrecision) [Beta] Sets the timestamp precision for Arrow timestamp types.