package
20.1.0-rc.2+incompatible
Repository: https://github.com/cargillb/cockroachdb.git
Documentation: pkg.go.dev

# Functions

ValidateTable validates that a table descriptor can be watched by a CHANGEFEED.

# Constants

Constants for the options.
Constants for the options.
Constants for the options.
Constants for the options.
Constants for the options.
Constants for the options.
Constants for the options.
Constants for the options.
Constants for the options.
Constants for the options.
Constants for the options.
Constants for the options.
OptInitialScan enables an initial scan.
Constants for the options.
OptInitialScan enables an initial scan.
Constants for the options.
Constants for the options.
OptSchemaChangeEventClassColumnChange corresponds to all schema change events which add or remove any column.
OptSchemaChangeEventClassDefault corresponds to all schema change events which add a column with a default value or remove any column.
Constants for the options.
Constants for the options.
OptSchemaChangePolicyBackfill indicates that when a schema change event occurs, a full table backfill should occur.
OptSchemaChangePolicyNoBackfill indicates that when a schema change event occurs no backfill should occur and the changefeed should continue.
OptSchemaChangePolicyStop indicates that when a schema change event occurs the changefeed should resolve all data up to when it occurred and then exit with an error indicating the HLC timestamp of the change from which the user could continue.
Constants for the options.
Constants for the options.
Constants for the options.
Constants for the options.
Constants for the options.
Constants for the options.
Constants for the options.
Constants for the options.
Constants for the options.
Constants for the options.
Constants for the options.
Constants for the options.
Constants for the options.
Constants for the options.
Constants for the options.

# Variables

ChangefeedOptionExpectValues is used to parse changefeed options using PlanHookState.TypeAsStringOpts().
TableDescriptorPollInterval controls how fast table descriptors are polled.

# Type aliases

EnvelopeType configures the information in the changefeed events for a row.
FormatType configures the encoding format.
SchemaChangeEventClass defines a set of schema change event types which trigger the action defined by the SchemaChangeEventPolicy.
SchemaChangePolicy defines the behavior of a changefeed when a schema change event which is a member of the changefeed's schema change events.