Class AvroOptions (2.55.2)
public final class AvroOptions extends FormatOptions
Google BigQuery options for AVRO format. This class wraps some properties of AVRO files used by
BigQuery to parse external data.
Static Methods
newBuilder()
public static AvroOptions.Builder newBuilder()
Returns a builder for a AvroOptions object.
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
toBuilder()
public AvroOptions.Builder toBuilder()
toString()
Returns |
Type |
Description |
String |
|
Overrides
useAvroLogicalTypes()
public 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).
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]