Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberROFL committed Feb 5, 2025
1 parent 6c7b388 commit 6985284
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ydb/core/tx/schemeshard/schemeshard_operation_factory.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ class IOperationFactory {
public:
virtual ~IOperationFactory() = default;

// Returns operation parts for given tx (commonly identified by tx/operation type).
// Used to customize parts/behaviour.
virtual TVector<TIntrusivePtr<ISubOperation>> MakeOperationParts(
const TOperation& op,
const TTxTransaction& tx,
Expand Down

0 comments on commit 6985284

Please sign in to comment.