1
0
Fork 0

Added a dummy to insert External VPackSlice references in AqlItemBlock.

This commit is contained in:
Michael Hackstein 2016-03-01 16:36:02 +01:00
parent 6e7f9ef49c
commit 03dbc4a745
1 changed files with 10 additions and 0 deletions

View File

@ -134,6 +134,16 @@ class AqlItemBlock {
v._type = AqlValue::SHAPED;
}
//////////////////////////////////////////////////////////////////////////////
/// @brief fill a slot in the item block with an external VelocyPack value.
/// This value should not be freed.
//////////////////////////////////////////////////////////////////////////////
void setExternal(size_t index, RegisterId varNr,
arangodb::velocypack::Slice external) {
THROW_ARANGO_EXCEPTION(TRI_ERROR_NOT_IMPLEMENTED);
}
//////////////////////////////////////////////////////////////////////////////
/// @brief eraseValue, erase the current value of a register and freeing it
/// if this was the last reference to the value