! @brief Get whether conversions will be performed to match the memory type of buffer. @details The API user must explicitly request conversion between basic representation groups in memory and on the disk. The four basic representation groups are: integer, boolean, floating point, and string. There is no distinction between integer and boolean groups on the disk (they both use IntegerNode). A ex
| 401 | @throw ::ErrorInternal All objects in undocumented state |
| 402 | */ |
| 403 | bool SourceDestBuffer::doConversion() const |
| 404 | { |
| 405 | return impl_->doConversion(); |
| 406 | } |
| 407 | |
| 408 | /*! |
| 409 | @brief Get whether scaling will be performed for ScaledIntegerNode transfers. |