package schema
- Alphabetic
- Public
- Protected
Type Members
- trait BasicSchemas extends AnyRef
Provides the BigQuery schemas for the most important Scala types.
- trait BigQuerySchemas extends BasicSchemas with StandardSchemas with CollectionSchemas with ProductSchemas with JavaTimeSchemas
Provides all the predefined BigQuery schemas.
- trait CollectionSchemas extends LowPriorityCollectionSchemas
- trait JavaTimeSchemas extends AnyRef
Provides BigQuery schemas for java.time classes.
- trait ProductSchemas extends ProductSchemasInstances
Provides the helpers for constructing custom SchemaWriter implementations for types implementing the Product trait (especially case classes)
- trait ProductSchemasInstances extends AnyRef
- trait SchemaWriter[-T] extends AnyRef
Provides a org.apache.pekko.stream.connectors.googlecloud.bigquery.model.TableFieldSchema for type T.
Provides a org.apache.pekko.stream.connectors.googlecloud.bigquery.model.TableFieldSchema for type T.
- Annotations
- @implicitNotFound()
- trait StandardSchemas extends AnyRef
Provides BigQuery schemas for the non-collection standard types.
- trait TableSchemaWriter[-T] extends SchemaWriter[T]
Provides a org.apache.pekko.stream.connectors.googlecloud.bigquery.model.TableSchema for type T.
Provides a org.apache.pekko.stream.connectors.googlecloud.bigquery.model.TableSchema for type T.
- Annotations
- @implicitNotFound()
Value Members
- object BigQuerySchemas extends BigQuerySchemas
- object Schema
- object SchemaWriter
- object TableSchemaWriter