Skip to content

record_field

sqllocks_spindle.engine.strategies.record_field

Record field strategy — read a field from a previously sampled record set.

Must always be paired with a preceding record_sample call for the same dataset in the same table. See record_sample.py for full usage documentation.

Classes

RecordFieldStrategy

Bases: Strategy

Read a field from records already sampled by RecordSampleStrategy.