kuzu icon indicating copy to clipboard operation
kuzu copied to clipboard

Refactor SEQUENCE related code

Open yiyun-sj opened this issue 9 months ago • 0 comments

  • merge DROP statements in binder (and maybe others?)
  • Use constCast instead of ku_dynamic_cast in binder (i.e. bind_ddl.cpp)
  • use constPtrCast in mapper (i.e. map_ddl.cpp)
  • constCast change across append_simple.cpp (and prob more in planner)
  • merge logical_ddl.h with LogicalSimple which use to represent operators that only execute once

yiyun-sj avatar May 16 '24 21:05 yiyun-sj