Skip to content

Commit

Permalink
added docstrigns for public values
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Aug 9, 2024
1 parent 957f93c commit 5e5d1de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions google/cloud/bigtable/data/execute_query/values.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,14 @@ def __repr__(self) -> str:


class QueryResultRow(_NamedList[ExecuteQueryValueType]):
"""
Represents a single row of the result
"""
pass


class Struct(_NamedList[ExecuteQueryValueType]):
"""
Represents a struct value in the result
"""
pass

0 comments on commit 5e5d1de

Please sign in to comment.