Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfengHKU committed May 19, 2023
1 parent e0c9d86 commit 2341c52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/types/value.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ Value::Value(LogicalType dataType) : dataType{std::move(dataType)}, isNull_{true
std::vector<std::unique_ptr<Value>> Value::convertKUVarListToVector(
ku_list_t& list, const LogicalType& childType) const {
std::vector<std::unique_ptr<Value>> listResultValue;
// auto childType = VarListType::getChildType(&dataType);
auto numBytesPerElement = storage::StorageUtils::getDataTypeSize(childType);
auto listNullBytes = reinterpret_cast<uint8_t*>(list.overflowPtr);
auto numBytesForNullValues = NullBuffer::getNumBytesForNullValues(list.size);
Expand Down

0 comments on commit 2341c52

Please sign in to comment.