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, json, of, orc, parquetpublic Boolean useAvroLogicalTypes()
public AvroOptions.Builder toBuilder()
public String toString()
toString in class FormatOptionspublic int hashCode()
hashCode in class FormatOptionspublic boolean equals(Object obj)
equals in class FormatOptionspublic static AvroOptions.Builder newBuilder()
Copyright © 2023 Google LLC. All rights reserved.