#pragma once #include namespace NKikimr::NMiniKQL { IComputationNode* TimeOrderRecover(const TComputationNodeFactoryContext& ctx, TRuntimeNode inputFlow, TRuntimeNode inputRowArg, TRuntimeNode rowTime, TRuntimeNode inputRowColumnCount, TRuntimeNode outOfOrderColumnIndex, TRuntimeNode delay, TRuntimeNode ahead, TRuntimeNode rowLimit); } //namespace NKikimr::NMiniKQL