Package com.google.cloud.bigquery
Class ParquetOptions
java.lang.Object
com.google.cloud.bigquery.FormatOptions
com.google.cloud.bigquery.ParquetOptions
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder forParquetOptionsobjects. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanReturns how the Parquet map is represented.final inthashCode()static ParquetOptions.BuilderReturns a builder for aParquetOptionsobject.Returns a builder for theParquetOptionsobject.toString()Methods inherited from class com.google.cloud.bigquery.FormatOptions
avro, bigtable, csv, datastoreBackup, getType, googleSheets, iceberg, json, of, orc, parquet
-
Method Details
-
getEnableListInference
-
getEnumAsString
-
getMapTargetType
Returns how the Parquet map is represented. -
toBuilder
Returns a builder for theParquetOptionsobject. -
toString
- Overrides:
toStringin classFormatOptions
-
hashCode
public final int hashCode()- Overrides:
hashCodein classFormatOptions
-
equals
- Overrides:
equalsin classFormatOptions
-
newBuilder
Returns a builder for aParquetOptionsobject.
-