summaryrefslogtreecommitdiffstats
path: root/yql/essentials/core/yql_window_features.h
blob: 7bba4a8cc3daed78b5529bb8327cec4101cd2240 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

namespace NYql {

struct TTypeAnnotationContext;

bool IsRangeWindowFrameEnabled(TTypeAnnotationContext& types);

bool IsWindowNewPipelineEnabled(TTypeAnnotationContext& types);

} // namespace NYql