| Package | Description |
|---|---|
| com.google.cloud.spark.bigquery |
| Modifier and Type | Method and Description |
|---|---|
static SupportedCustomDataType |
SupportedCustomDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportedCustomDataType[] |
SupportedCustomDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<SupportedCustomDataType> |
SupportedCustomDataType.forDescription(String description) |
Optional<SupportedCustomDataType> |
ProtobufUtils.ProtobufSchemaFieldCacheEntry.getCustomDataTypeOptional() |
static Optional<SupportedCustomDataType> |
SupportedCustomDataType.of(org.apache.spark.sql.types.DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<String> |
SchemaConverters.getDescriptionOrCommentOfField(org.apache.spark.sql.types.StructField field,
Optional<SupportedCustomDataType> supportedCustomDataTypeOptional) |
| Constructor and Description |
|---|
ProtobufSchemaFieldCacheEntry(org.apache.spark.sql.types.DataType sparkType,
boolean nullable,
com.google.protobuf.Descriptors.Descriptor nestedTypeDescriptor,
com.google.protobuf.Descriptors.FieldDescriptor fieldDescriptor,
Optional<TypeConverter> typeConverterOptional,
Optional<SupportedCustomDataType> customDataTypeOptional) |
Copyright © 2024. All rights reserved.