public final class ParquetOptions extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the BigQuery API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ParquetOptions() |
| Modifier and Type | Method and Description |
|---|---|
ParquetOptions |
clone() |
Boolean |
getEnableListInference()
[Optional] Indicates whether to use schema inference specifically for Parquet LIST logical
type.
|
Boolean |
getEnumAsString()
[Optional] Indicates whether to infer Parquet ENUM logical type as STRING instead of BYTES by
default.
|
ParquetOptions |
set(String fieldName,
Object value) |
ParquetOptions |
setEnableListInference(Boolean enableListInference)
[Optional] Indicates whether to use schema inference specifically for Parquet LIST logical
type.
|
ParquetOptions |
setEnumAsString(Boolean enumAsString)
[Optional] Indicates whether to infer Parquet ENUM logical type as STRING instead of BYTES by
default.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Boolean getEnableListInference()
null for nonepublic ParquetOptions setEnableListInference(Boolean enableListInference)
enableListInference - enableListInference or null for nonepublic Boolean getEnumAsString()
null for nonepublic ParquetOptions setEnumAsString(Boolean enumAsString)
enumAsString - enumAsString or null for nonepublic ParquetOptions set(String fieldName, Object value)
set in class GenericJsonpublic ParquetOptions clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.