# Functions
ConvertQueryWithStats is Query 実行時に返ってくる stats の map を struct に割り当てる.
NewErrInvalidArgument is return InvalidArgument.
NewErrNotFound is return ErrNotFound.
NewQueryStatsCopyService is QueryStatsCopyServiceを生成する.
NewQueryStatsCopyServiceWithSpannerClient is Statsを取得したいSpanner DBが1つしかないのであれば、Spanner Clientを設定して、QueryStatsCopyServiceを作成する.
SplitDatabaseName is projects/{PROJECT_ID}/instances/{INSTANCE}/databases/{DB} 形式の文字列をstructにして返す.
ValidateDatabaseIDFormat is InstanceIDのFormatを検証する
The database ID must conform to the regular expression [a-z][a-z0-9_\-]*[a-z0-9] and be between 2 and 30 characters in length.
ValidateInstanceIDFormat is InstanceIDのFormatを検証する
Valid identifiers are of the form [a-z][-a-z0-9]*[a-z0-9] and must be between 2 and 64 characters in length.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ErrInvalidArgument is 引数に問題がある時に返す.
ErrNotFound is 見つからなかった時に返す.
No description provided by the author
QueryStatsBigQueryTableSchema is BigQuery Table Schema.
# Structs
No description provided by the author
Error is Error情報を保持する struct.
No description provided by the author
No description provided by the author
No description provided by the author
QueryWithStats is Query 実行時に返ってくるStatsの情報を持つstruct.
# Type aliases
No description provided by the author