[Refactor](exec) Remove the unless header of vresult_writer (#22011)

Remove unless code of vresult_wirter;
This commit is contained in:
HappenLee
2023-07-20 13:31:44 +08:00
committed by GitHub
parent 86d7233b06
commit 9182b8d3c2
9 changed files with 15 additions and 48 deletions

View File

@ -29,10 +29,10 @@
#include "common/status.h"
#include "io/fs/file_writer.h"
#include "runtime/descriptors.h"
#include "runtime/result_writer.h"
#include "util/runtime_profile.h"
#include "vec/core/block.h"
#include "vec/runtime/vparquet_writer.h"
#include "vec/sink/vresult_writer.h"
namespace doris {
class BufferControlBlock;
@ -47,7 +47,7 @@ struct ResultFileOptions;
namespace doris::vectorized {
// write result to file
class VFileResultWriter final : public VResultWriter {
class VFileResultWriter final : public ResultWriter {
public:
VFileResultWriter(const ResultFileOptions* file_option,
const TStorageBackendType::type storage_type,