ctx context.Context,
row *sqlplugin.ShardsRow,
return mdb.conn.ExecContext(ctx,
updateShardQry,
row.RangeID,
row.Data,
row.DataEncoding,
row.ShardID,
)
}
// SelectFromShards reads one or more rows from shards table