| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -86,8 +86,8 @@ class ScalarQueryParameter(_AbstractQueryParameter): | |||
| 86 | 86 | 'FLOAT64', 'NUMERIC', 'BOOL', 'TIMESTAMP', 'DATETIME', or | |
| 87 | 87 | 'DATE'. | |
| 88 | 88 | ||
| 89 | - value (Union[str, int, float, decimal.Decimal, bool, | ||
| 90 | - datetime.datetime, datetime.date]): The scalar parameter value. | ||
| 89 | + value (Union[str, int, float, decimal.Decimal, bool, datetime.datetime, datetime.date]): | ||
| 90 | + The scalar parameter value. | ||
| 91 | 91 | """ | |
| 92 | 92 | ||
| 93 | 93 | def __init__(self, name, type_, value): | |
@@ -105,9 +105,8 @@ def positional(cls, type_, value): | |||
| 105 | 105 | 'FLOAT64', 'NUMERIC', 'BOOL', 'TIMESTAMP', 'DATETIME', or | |
| 106 | 106 | 'DATE'. | |
| 107 | 107 | ||
| 108 | - value (Union[str, int, float, decimal.Decimal, bool, | ||
| 109 | - datetime.datetime, | ||
| 110 | - datetime.date]): The scalar parameter value. | ||
| 108 | + value (Union[str, int, float, decimal.Decimal, bool, datetime.datetime, datetime.date]): | ||
| 109 | + The scalar parameter value. | ||
| 111 | 110 | ||
| 112 | 111 | Returns: | |
| 113 | 112 | google.cloud.bigquery.query.ScalarQueryParameter: Instance without name | |
| Back | FazBrowse Home | New Git URL |
0 commit comments