..., 'to' => ...] * @since 101.0.0 */ public function getBatches(AdapterInterface $adapter, $tableName, $linkField, $batchSize); /** * Get list of entity ids based on batch * * @param AdapterInterface $connection * @param Select $select * @param array $batch * @return array * @since 101.0.0 */ public function getBatchIds(AdapterInterface $connection, Select $select, array $batch); }