bigquery

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 21, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// FileExtension is the file extension for BigQuery schema files.
	FileExtension = "TableSchema.json"
)

Variables

This section is empty.

Functions

func Generate

Generate generates a BigQuery schema for the given message descriptor.

Types

type GenerateOptions

type GenerateOptions interface {
	// contains filtered or unexported methods
}

GenerateOptions are the options for Generate.

func WithMaxDepth

func WithMaxDepth(maxDepth int) GenerateOptions

WithMaxDepth returns a GenerateOptions that sets the max depth.

func WithMaxRecursionDepth

func WithMaxRecursionDepth(maxRecursionDepth int) GenerateOptions

WithMaxRecursionDepth returns a GenerateOptions that sets the max recursion depth.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL