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 | Class and Description |
---|---|
class |
Routine
A Google BigQuery Routine.
|
Modifier and Type | Method and Description |
---|---|
abstract RoutineInfo |
RoutineInfo.Builder.build()
Creates a
RoutineInfo object. |
static RoutineInfo |
RoutineInfo.of(RoutineId routineId)
Returns a
RoutineInfo object given routine identity. |
Modifier and Type | Method and Description |
---|---|
Routine |
BigQuery.create(RoutineInfo routineInfo,
BigQuery.RoutineOption... options)
Creates a new routine.
|
Routine |
BigQuery.update(RoutineInfo routineInfo,
BigQuery.RoutineOption... options)
Updates routine information.
|
Copyright © 2019 Google LLC. All rights reserved.