Uses of Enum
com.google.cloud.bigquery.BigQuery.RoutineField
Packages that use BigQuery.RoutineField
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of BigQuery.RoutineField in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigQuery.RoutineFieldModifier and TypeMethodDescriptionstatic BigQuery.RoutineFieldReturns the enum constant of this type with the specified name.static BigQuery.RoutineField[]BigQuery.RoutineField.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 BigQuery.RoutineFieldModifier and TypeMethodDescriptionstatic BigQuery.RoutineOptionBigQuery.RoutineOption.fields(BigQuery.RoutineField... fields) Returns an option to specify the routines's fields to be returned by the RPC call.