Skip to content

Commit

Permalink
docs(bigquery): improve iterator docs with numeric and bignumeric ref…
Browse files Browse the repository at this point in the history
…erence
  • Loading branch information
alvarowolfx committed Aug 24, 2022
1 parent e648441 commit 376dbf8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bigquery/iterator.go
Expand Up @@ -115,6 +115,11 @@ type pageFetcher func(ctx context.Context, _ *rowSource, _ Schema, startIndex ui
// TIME civil.Time
// DATETIME civil.DateTime
// NUMERIC *big.Rat
// BIGNUMERIC *big.Rat
//
// The big.Rat type supports numbers of arbitrary size and precision.
// See https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#numeric-type
// for more on NUMERIC.
//
// A repeated field corresponds to a slice or array of the element type. A STRUCT
// type (RECORD or nested schema) corresponds to a nested struct or struct pointer.
Expand Down

0 comments on commit 376dbf8

Please sign in to comment.