@@ -234,6 +234,8 @@ where:
234234 since each replicaset has its own sequence. If sequence field is a part
235235 of the sharding key (which is true by default), choosing the bucket id is
236236 the sole responsibility of the developer
237+ * ` noreturn ` (` ?boolean ` ) - suppress successfully processed tuple
238+ (first return value is ` nil ` ). ` false ` by default
237239
238240Returns metadata and array contains one inserted row, error.
239241
@@ -299,6 +301,8 @@ where:
299301 since each replicaset has its own sequence. If sequence field is a part
300302 of the sharding key (which is true by default), choosing the bucket id is
301303 the sole responsibility of the developer
304+ * ` noreturn ` (` ?boolean ` ) - suppress successfully processed tuples
305+ (first return value is ` nil ` ). ` false ` by default
302306
303307Returns metadata and array with inserted rows, array of errors.
304308Each error object can contain field ` operation_data ` .
@@ -474,6 +478,8 @@ where:
474478 * ` vshard_router ` (` ?string|table ` ) - Cartridge vshard group name or
475479 vshard router instance. Set this parameter if your space is not
476480 a part of the default vshard cluster
481+ * ` noreturn ` (` ?boolean ` ) - suppress successfully processed tuple
482+ (first return value is ` nil ` ). ` false ` by default
477483
478484Returns metadata and array contains one updated row, error.
479485
@@ -510,6 +516,8 @@ where:
510516 * ` vshard_router ` (` ?string|table ` ) - Cartridge vshard group name or
511517 vshard router instance. Set this parameter if your space is not
512518 a part of the default vshard cluster
519+ * ` noreturn ` (` ?boolean ` ) - suppress successfully processed tuple
520+ (first return value is ` nil ` ). ` false ` by default
513521
514522Returns metadata and array contains one deleted row (empty for vinyl), error.
515523
@@ -557,6 +565,8 @@ where:
557565 since each replicaset has its own sequence. If sequence field is a part
558566 of the sharding key (which is true by default), choosing the bucket id is
559567 the sole responsibility of the developer
568+ * ` noreturn ` (` ?boolean ` ) - suppress successfully processed tuple
569+ (first return value is ` nil ` ). ` false ` by default
560570
561571Returns inserted or replaced rows and metadata or nil with error.
562572
@@ -622,6 +632,8 @@ where:
622632 since each replicaset has its own sequence. If sequence field is a part
623633 of the sharding key (which is true by default), choosing the bucket id is
624634 the sole responsibility of the developer
635+ * ` noreturn ` (` ?boolean ` ) - suppress successfully processed tuples
636+ (first return value is ` nil ` ). ` false ` by default
625637
626638Returns metadata and array with inserted/replaced rows, array of errors.
627639Each error object can contain field ` operation_data ` .
@@ -758,6 +770,8 @@ where:
758770 * ` vshard_router ` (` ?string|table ` ) - Cartridge vshard group name or
759771 vshard router instance. Set this parameter if your space is not
760772 a part of the default vshard cluster
773+ * ` noreturn ` (` ?boolean ` ) - suppress successfully processed tuple
774+ (first return value is ` nil ` ). ` false ` by default
761775
762776Returns metadata and empty array of rows or nil, error.
763777
@@ -819,6 +833,8 @@ where:
819833 * ` vshard_router ` (` ?string|table ` ) - Cartridge vshard group name or
820834 vshard router instance. Set this parameter if your space is not
821835 a part of the default vshard cluster
836+ * ` noreturn ` (` ?boolean ` ) - suppress successfully processed tuples
837+ (first return value is ` nil ` ). ` false ` by default
822838
823839Returns metadata and array of errors.
824840Each error object can contain field ` operation_data ` .
0 commit comments