Skip to content

Commit 1f719fb

Browse files
author
Praful Makani
authored
fix: missing fields in tablefield (#143)
1 parent 41ec3a7 commit 1f719fb

File tree

1 file changed

+2
-0
lines changed
  • google-cloud-bigquery/src/main/java/com/google/cloud/bigquery

1 file changed

+2
-0
lines changed

google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,14 @@ enum TableField implements FieldSelector {
9292
LAST_MODIFIED_TIME("lastModifiedTime"),
9393
LOCATION("location"),
9494
NUM_BYTES("numBytes"),
95+
NUM_LONG_TERM_BYTES("numLongTermBytes"),
9596
NUM_ROWS("numRows"),
9697
SCHEMA("schema"),
9798
SELF_LINK("selfLink"),
9899
STREAMING_BUFFER("streamingBuffer"),
99100
TABLE_REFERENCE("tableReference"),
100101
TIME_PARTITIONING("timePartitioning"),
102+
RANGE_PARTITIONING("rangePartitioning"),
101103
TYPE("type"),
102104
VIEW("view");
103105

0 commit comments

Comments
 (0)