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

# Functions

MakeSimpleTableDescriptor creates a tabledesc.Mutable from a CreateTable parse node without the full machinery.
MakeTestingSimpleTableDescriptor is like MakeSimpleTableDescriptor but it uses parentID and parentSchemaID instead of descriptors.
NewWorkloadKVConverter returns a WorkloadKVConverter for the given table and range of batches, emitted converted kvs to the given channel.
TestingSetParallelImporterReaderBatchSize is a testing knob to modify csv input reader batch size.

# Variables

NoFKs is used by formats that do not support FKs.

# Structs

ExportTestingKnobs contains testing knobs for Export.
WorkloadKVConverter converts workload.BatchedTuples to []roachpb.KeyValues.