Package com.google.cloud.bigquery
Class HivePartitioningOptions
java.lang.Object
com.google.cloud.bigquery.HivePartitioningOptions
HivePartitioningOptions currently supported types include: AVRO, CSV, JSON, ORC and Parquet.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleangetMode()Returns true if a partition filter (that can be used for partition elimination) is required for queries over this table.inthashCode()Returns a builder for theHivePartitioningOptionsobject.Returns a builder for theHivePartitioningOptionsobject.toString()
-
Method Details
-
getMode
-
getRequirePartitionFilter
Returns true if a partition filter (that can be used for partition elimination) is required for queries over this table. -
getSourceUriPrefix
-
getFields
-
toBuilder
Returns a builder for theHivePartitioningOptionsobject. -
newBuilder
Returns a builder for theHivePartitioningOptionsobject. -
toString
-
equals
-
hashCode
public int hashCode()
-