Remove unused const variables NUMBER, ZERO in vnumbers_tvf.cpp (#28317)
Signed-off-by: Jack Drogon <jack.xsuperman@gmail.com>
This commit is contained in:
@ -37,9 +37,6 @@
|
||||
|
||||
namespace doris::vectorized {
|
||||
|
||||
const static std::string NUMBER = std::string {"number"};
|
||||
const static std::string ZERO = std::string {"zero"};
|
||||
|
||||
VNumbersTVF::VNumbersTVF(TupleId tuple_id, const TupleDescriptor* tuple_desc)
|
||||
: VDataGenFunctionInf(tuple_id, tuple_desc) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user