()
| 7 | ) |
| 8 | |
| 9 | func NewTrigramsTableMetadata() *bigquery.TableMetadata { |
| 10 | return &bigquery.TableMetadata{ |
| 11 | Name: "", |
| 12 | Location: "US", |
| 13 | Description: "", |
| 14 | Schema: bigquery.Schema{ |
| 15 | &bigquery.FieldSchema{ |
| 16 | Name: "ngram", |
| 17 | Description: "", |
| 18 | Repeated: false, |
| 19 | Required: false, |
| 20 | Type: "STRING", |
| 21 | PolicyTags: nil, |
| 22 | Schema: nil, |
| 23 | }, |
| 24 | &bigquery.FieldSchema{ |
| 25 | Name: "first", |
| 26 | Description: "", |
| 27 | Repeated: false, |
| 28 | Required: false, |
| 29 | Type: "STRING", |
| 30 | PolicyTags: nil, |
| 31 | Schema: nil, |
| 32 | }, |
| 33 | &bigquery.FieldSchema{ |
| 34 | Name: "second", |
| 35 | Description: "", |
| 36 | Repeated: false, |
| 37 | Required: false, |
| 38 | Type: "STRING", |
| 39 | PolicyTags: nil, |
| 40 | Schema: nil, |
| 41 | }, |
| 42 | &bigquery.FieldSchema{ |
| 43 | Name: "third", |
| 44 | Description: "", |
| 45 | Repeated: false, |
| 46 | Required: false, |
| 47 | Type: "STRING", |
| 48 | PolicyTags: nil, |
| 49 | Schema: nil, |
| 50 | }, |
| 51 | &bigquery.FieldSchema{ |
| 52 | Name: "fourth", |
| 53 | Description: "", |
| 54 | Repeated: false, |
| 55 | Required: false, |
| 56 | Type: "STRING", |
| 57 | PolicyTags: nil, |
| 58 | Schema: nil, |
| 59 | }, |
| 60 | &bigquery.FieldSchema{ |
| 61 | Name: "fifth", |
| 62 | Description: "", |
| 63 | Repeated: false, |
| 64 | Required: false, |
| 65 | Type: "STRING", |
| 66 | PolicyTags: nil, |
no outgoing calls