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

# Functions

BuildScheduleLabel returns a string value intended for use as the schedule_name/label column for the scheduled job created by row level TTL.
CheckJobEnabled returns nil if the job is enabled or an error if the job is disabled.
GenPKColNames generates column names col0, col1, col2, etc for tests.
GetChangefeedReplicationDisabled returns whether changefeed replication should be disabled for this job based on the relevant cluster setting.
GetDeleteBatchSize returns the table storage param value if specified or falls back to the cluster setting.
GetDeleteRateLimit returns the table storage param value if specified or falls back to the cluster setting.
GetSelectBatchSize returns the table storage param value if specified or falls back to the cluster setting.
GetSelectRateLimit returns the table storage param value if specified or falls back to the cluster setting.

# Constants

DefaultAOSTDuration is the default duration to use in the AS OF SYSTEM TIME clause used in the SELECT query.