This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 263631e9832 [improvement](meta) Infer the column name when create view
if the column is expression (#24990)
add 4de3df6a461 [refactor](column) remove unused method and column
definitions (#25152)
No new revisions were added by this update.
Summary of changes:
be/src/runtime/primitive_type.h | 8 +-
be/src/vec/columns/column.h | 8 --
be/src/vec/columns/column_array.h | 3 -
be/src/vec/columns/column_complex.h | 4 -
be/src/vec/columns/column_const.h | 2 -
be/src/vec/columns/column_decimal.cpp | 22 ---
be/src/vec/columns/column_decimal.h | 2 -
be/src/vec/columns/column_dictionary.h | 4 -
be/src/vec/columns/column_dummy.h | 177 ------------------------
be/src/vec/columns/column_fixed_length_object.h | 4 -
be/src/vec/columns/column_map.h | 4 +-
be/src/vec/columns/column_nullable.cpp | 87 ------------
be/src/vec/columns/column_nullable.h | 1 -
be/src/vec/columns/column_object.h | 4 -
be/src/vec/columns/column_set.h | 52 -------
be/src/vec/columns/column_string.cpp | 27 ----
be/src/vec/columns/column_string.h | 2 -
be/src/vec/columns/column_struct.cpp | 14 --
be/src/vec/columns/column_struct.h | 1 -
be/src/vec/columns/column_vector.cpp | 41 ------
be/src/vec/columns/column_vector.h | 2 -
be/src/vec/columns/predicate_column.h | 30 ++--
22 files changed, 18 insertions(+), 481 deletions(-)
delete mode 100644 be/src/vec/columns/column_dummy.h
delete mode 100644 be/src/vec/columns/column_set.h
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]