aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/public/purecalc/common/inspect_input.h
blob: 558144865da3eb24090d59bbafe71c8de024d953 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#include <yql/essentials/ast/yql_expr.h>

namespace NYql::NPureCalc {
    bool TryFetchInputIndexFromSelf(const TExprNode&, TExprContext&, ui32, ui32&);
}