Package | Description |
---|---|
com.google.cloud.bigquery |
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
|
Modifier and Type | Method and Description |
---|---|
abstract RoutineArgument |
RoutineArgument.Builder.build()
Creates a
RoutineArgument object. |
Modifier and Type | Method and Description |
---|---|
List<RoutineArgument> |
RoutineInfo.getArguments()
Returns the list of arguments for the routine.
|
Modifier and Type | Method and Description |
---|---|
Routine.Builder |
Routine.Builder.setArguments(List<RoutineArgument> arguments) |
abstract RoutineInfo.Builder |
RoutineInfo.Builder.setArguments(List<RoutineArgument> argumentList)
Specifies the list of input/output arguments for the routine.
|
Copyright © 2019 Google LLC. All rights reserved.