public final class AvroOptions extends FormatOptions
Modifier and Type | Class and Description |
---|---|
static class |
AvroOptions.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static AvroOptions.Builder |
newBuilder()
Returns a builder for a AvroOptions object.
|
AvroOptions.Builder |
toBuilder() |
String |
toString() |
Boolean |
useAvroLogicalTypes()
Returns whether BigQuery should interpret logical types as the corresponding BigQuery data type
(for example, TIMESTAMP), instead of using the raw type (for example, INTEGER).
|
avro, bigtable, csv, datastoreBackup, getType, googleSheets, iceberg, json, of, orc, parquet
public Boolean useAvroLogicalTypes()
public AvroOptions.Builder toBuilder()
public String toString()
toString
in class FormatOptions
public int hashCode()
hashCode
in class FormatOptions
public boolean equals(Object obj)
equals
in class FormatOptions
public static AvroOptions.Builder newBuilder()
Copyright © 2023 Google LLC. All rights reserved.