We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ec3a7 commit 1f719fbCopy full SHA for 1f719fb
google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java
@@ -92,12 +92,14 @@ enum TableField implements FieldSelector {
92
LAST_MODIFIED_TIME("lastModifiedTime"),
93
LOCATION("location"),
94
NUM_BYTES("numBytes"),
95
+ NUM_LONG_TERM_BYTES("numLongTermBytes"),
96
NUM_ROWS("numRows"),
97
SCHEMA("schema"),
98
SELF_LINK("selfLink"),
99
STREAMING_BUFFER("streamingBuffer"),
100
TABLE_REFERENCE("tableReference"),
101
TIME_PARTITIONING("timePartitioning"),
102
+ RANGE_PARTITIONING("rangePartitioning"),
103
TYPE("type"),
104
VIEW("view");
105
0 commit comments