File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
ydb/core/tx/columnshard/common Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ class TSpecialColumns {
1919 static constexpr const char * SPEC_COL_TX_ID = " _yql_tx_id" ;
2020 static constexpr const char * SPEC_COL_WRITE_ID = " _yql_write_id" ;
2121 static constexpr const char * SPEC_COL_DELETE_FLAG = " _yql_delete_flag" ;
22- static const ui32 SPEC_COL_PLAN_STEP_INDEX = 0xffffff00 ;
23- static const ui32 SPEC_COL_TX_ID_INDEX = SPEC_COL_PLAN_STEP_INDEX + 1 ;
24- static const ui32 SPEC_COL_WRITE_ID_INDEX = SPEC_COL_PLAN_STEP_INDEX + 2 ;
25- static const ui32 SPEC_COL_DELETE_FLAG_INDEX = SPEC_COL_PLAN_STEP_INDEX + 3 ;
22+ static constexpr const ui32 SPEC_COL_PLAN_STEP_INDEX = 0xffffff00 ;
23+ static constexpr const ui32 SPEC_COL_TX_ID_INDEX = SPEC_COL_PLAN_STEP_INDEX + 1 ;
24+ static constexpr const ui32 SPEC_COL_WRITE_ID_INDEX = SPEC_COL_PLAN_STEP_INDEX + 2 ;
25+ static constexpr const ui32 SPEC_COL_DELETE_FLAG_INDEX = SPEC_COL_PLAN_STEP_INDEX + 3 ;
2626};
2727
2828}
You can’t perform that action at this time.
0 commit comments