package
0.0.9
Repository: https://github.com/flarco/bigquery.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

BuildFieldType build a field type from big query schema.
BuildSchemaTypes build type matching table schema.

# Constants

FieldTypeBigNumeric is a numeric field type that supports values of larger precision.
FieldTypeBoolean is a boolean field type.
FieldTypeBytes is a bytes field type.
FieldTypeDate is a date field type.
FieldTypeDateTime is a datetime field type.
FieldTypeFloat is a float field type.
FieldTypeInteger is a integer field type.
FieldTypeNumeric is a numeric field type.
FieldTypeRecord is a record field type.
FieldTypeString is a string field type.
FieldTypeTime is a time field type.
FieldTypeTimestamp is a timestamp field type.

# Type aliases

FieldType is the type of field.