move_array_to_namespace

The move_array_to_namespace operator lets you move an array to the specified namespace. Available only in the Enterprise Edition.

SciDB security mode must be correctly configured before this or any security operator can be used.  See the Security section of the SciDB Administration Guide.

For backward compatibility, namespace names may appear inside single quotes. The quotes are no longer needed, and quoted namespace names may not be supported in future releases.

Synopsis

move_array_to_namespace(arrayName, namespaceName)

Inputs

  • arrayName – Name of the array to move.  If the name is not qualified, the current working namespace is the source namespace.
  • namespaceName – Name of the destination namespace.

Summary

  • The  move_array_to_namespace operator lets you move an array from a source namespace to the specified destination namespace.
  • The source namespace is either the current working namespace (as set by the set_namespace operator) or extracted from a fully qualified arrayName argument.
  • Requires read and delete array permissions on the source namespace.
  • Requires create permissions on the destination namespace.