package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

BulkOpResponseFilter creates a blocking response filter for the responses related to bulk IO/backup/restore/import: Export, Import and AddSSTable.
GetJobID gets a particular job's ID.
GetJobPayload loads the Payload message associated with the job.
GetJobProgress loads the Progress message associated with the job.
VerifyRunningSystemJob checks that job records are created as expected and is marked as running.
VerifySystemJob checks that job records are created as expected.
WaitForJobReverting waits for the specified job ID to be in a reverting state.
WaitForJobToCancel waits for the specified job ID to be in a cancelled state.
WaitForJobToFail waits for the specified job ID to be in a failed state.
WaitForJobToPause waits for the specified job ID to be paused.
WaitForJobToRun waits for the specified job ID to be in a running state.
WaitForJobToSucceed waits for the specified job ID to succeed.

# Constants

getExternalBytesForConnectedTenant returns the count of external bytes of the tenant that ran the query.
getExternalBytesUserKeySpace returns the count of external bytes over all user key space [TenantTableDataMin, TenantTableDataMax).
InternalSystemJobsBaseQuery runs the query against an empty database string.