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 class
ParquetOptions.Builder
A builder forParquetOptions
objects.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Boolean
getEnableListInference()
Boolean
getEnumAsString()
int
hashCode()
static ParquetOptions.Builder
newBuilder()
Returns a builder for aParquetOptions
object.ParquetOptions.Builder
toBuilder()
Returns a builder for theParquetOptions
object.String
toString()
-
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 theParquetOptions
object.
-
toString
public String toString()
- Overrides:
toString
in classFormatOptions
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classFormatOptions
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classFormatOptions
-
newBuilder
public static ParquetOptions.Builder newBuilder()
Returns a builder for aParquetOptions
object.
-
-