pub type dpiVectorFlags = u8;Expand description
This enumeration identifies the possible values for
[dpiDataTypeInfo.vectorFlags].
| Value | Description |
|---|---|
DPI_VECTOR_FLAGS_FLEXIBLE_DIM | The vector column uses a flexible number of dimensions. |
DPI_VECTOR_FLAGS_SPARSE | The vector column contains sparse vectors |