Skip to content

Commit

Permalink
fix: missing fields in tablefield (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Praful Makani committed Jan 31, 2020
1 parent 41ec3a7 commit 1f719fb
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -92,12 +92,14 @@ enum TableField implements FieldSelector {
LAST_MODIFIED_TIME("lastModifiedTime"),
LOCATION("location"),
NUM_BYTES("numBytes"),
NUM_LONG_TERM_BYTES("numLongTermBytes"),
NUM_ROWS("numRows"),
SCHEMA("schema"),
SELF_LINK("selfLink"),
STREAMING_BUFFER("streamingBuffer"),
TABLE_REFERENCE("tableReference"),
TIME_PARTITIONING("timePartitioning"),
RANGE_PARTITIONING("rangePartitioning"),
TYPE("type"),
VIEW("view");

Expand Down

0 comments on commit 1f719fb

Please sign in to comment.