Packages

package schema

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait BasicSchemas extends AnyRef

    Provides the BigQuery schemas for the most important Scala types.

  2. trait BigQuerySchemas extends BasicSchemas with StandardSchemas with CollectionSchemas with ProductSchemas with JavaTimeSchemas

    Provides all the predefined BigQuery schemas.

  3. trait CollectionSchemas extends LowPriorityCollectionSchemas
  4. trait JavaTimeSchemas extends AnyRef

    Provides BigQuery schemas for java.time classes.

  5. trait ProductSchemas extends ProductSchemasInstances

    Provides the helpers for constructing custom SchemaWriter implementations for types implementing the Product trait (especially case classes)

  6. trait ProductSchemasInstances extends AnyRef
  7. trait SchemaWriter[-T] extends AnyRef

    Provides a akka.stream.alpakka.googlecloud.bigquery.model.TableFieldSchema for type T.

    Annotations
    @implicitNotFound()
  8. trait StandardSchemas extends AnyRef

    Provides BigQuery schemas for the non-collection standard types.

  9. trait TableSchemaWriter[-T] extends SchemaWriter[T]

    Provides a akka.stream.alpakka.googlecloud.bigquery.model.TableSchema for type T.

    Annotations
    @implicitNotFound()

Value Members

  1. object BigQuerySchemas extends BigQuerySchemas
  2. object Schema
  3. object SchemaWriter
  4. object TableSchemaWriter

Ungrouped