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 |
---|---|
static HivePartitioningOptions.Builder |
HivePartitioningOptions.newBuilder()
Returns a builder for the
HivePartitioningOptions object. |
HivePartitioningOptions.Builder |
HivePartitioningOptions.Builder.setFields(List<String> fields)
[Output-only] For permanent external tables, this field is populated with the hive partition
keys in the order they were inferred.
|
HivePartitioningOptions.Builder |
HivePartitioningOptions.Builder.setMode(String mode)
[Optional] When set, what mode of hive partitioning to use when reading data.
|
HivePartitioningOptions.Builder |
HivePartitioningOptions.Builder.setRequirePartitionFilter(Boolean requirePartitionFilter)
[Optional] If set to true, queries over this table require a partition filter that can be
used for partition elimination to be specified.
|
HivePartitioningOptions.Builder |
HivePartitioningOptions.Builder.setSourceUriPrefix(String sourceUriPrefix)
[Optional] When hive partition detection is requested, a common prefix for all source uris
should be supplied.
|
HivePartitioningOptions.Builder |
HivePartitioningOptions.toBuilder()
Returns a builder for the
HivePartitioningOptions object. |
Copyright © 2023 Google LLC. All rights reserved.