Storage: Query stats within a namespace (#97403)

This commit is contained in:
Ryan McKinley
2024-12-05 13:58:13 +03:00
committed by GitHub
parent 3724ffd858
commit 8165258a2d
12 changed files with 64 additions and 7 deletions
+2 -1
View File
@@ -74,7 +74,8 @@ func (r sqlResourceRequest) Validate() error {
type sqlStatsRequest struct {
sqltemplate.SQLTemplate
MinCount int
Namespace string
MinCount int
}
func (r sqlStatsRequest) Validate() error {