MarkLogic 12 EA 1 Product Documentation
vec.dimension

vec.dimension(
   vector1 as vec.vector
) as Number

Summary

Returns the dimension of the vector passed in.

Parameters
vector1 The vector to find the dimension of.

Example

  vec.dimension(vec.vector([3.14, 1.59, 2.65]))

  => 3
Powered by MarkLogic Server | Terms of Use | Privacy Policy