Skip to content

Commit

Permalink
Adding snippet for a table scan.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Sep 3, 2015
1 parent 1221e2c commit 35ab37d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gcloud_bigtable/happybase/notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@
print(row)
print(table.cells(row_key, 'family:qual1', include_timestamp=True))
print(table.cells(row_key, 'family:qual2', include_timestamp=True))

print(list(table.scan()))
print(list(table.scan(sorted_columns=True)))

0 comments on commit 35ab37d

Please sign in to comment.