MCPcopy Create free account
hub / github.com/ByConity/ByConity / fail

Method fail

src/Processors/Transforms/WindowTransform.cpp:1781–1786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1779 bool isOnlyWindowFunction() const override { return true; }
1780
1781 [[noreturn]] void fail() const
1782 {
1783 throw Exception(ErrorCodes::BAD_ARGUMENTS,
1784 "The function '{}' can only be used as a window function, not as an aggregate function",
1785 getName());
1786 }
1787
1788 String getName() const override { return name; }
1789 void create(AggregateDataPtr __restrict) const override {}

Callers 9

pcg_random.hppFile · 0.80
nextImplMethod · 0.80
readMethod · 0.80
readFragmentMethod · 0.80
readFromBufferMethod · 0.80
getTimeFromStringFunction · 0.80
check_resultFunction · 0.80
standalone_serverFunction · 0.80

Calls 2

ExceptionClass · 0.50
getNameFunction · 0.50

Tested by 2

check_resultFunction · 0.64
standalone_serverFunction · 0.64