Package com.google.cloud.bigquery
Class ParquetOptions
- java.lang.Object
-
- com.google.cloud.bigquery.FormatOptions
-
- com.google.cloud.bigquery.ParquetOptions
-
- All Implemented Interfaces:
Serializable
public class ParquetOptions extends FormatOptions
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classParquetOptions.BuilderA builder forParquetOptionsobjects.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)BooleangetEnableListInference()BooleangetEnumAsString()inthashCode()static ParquetOptions.BuildernewBuilder()Returns a builder for aParquetOptionsobject.ParquetOptions.BuildertoBuilder()Returns a builder for theParquetOptionsobject.StringtoString()-
Methods inherited from class com.google.cloud.bigquery.FormatOptions
avro, bigtable, csv, datastoreBackup, getType, googleSheets, iceberg, json, of, orc, parquet
-
-
-
-
Method Detail
-
getEnableListInference
public Boolean getEnableListInference()
-
getEnumAsString
public Boolean getEnumAsString()
-
toBuilder
public ParquetOptions.Builder toBuilder()
Returns a builder for theParquetOptionsobject.
-
toString
public String toString()
- Overrides:
toStringin classFormatOptions
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classFormatOptions
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classFormatOptions
-
newBuilder
public static ParquetOptions.Builder newBuilder()
Returns a builder for aParquetOptionsobject.
-
-