Skip to content

Commit

Permalink
Removed "conditional computations" feature, because it is not ready C…
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov authored and proller committed Nov 30, 2018
1 parent b3adf7a commit cc01239
Show file tree
Hide file tree
Showing 17 changed files with 28 additions and 1,035 deletions.
7 changes: 0 additions & 7 deletions dbms/src/Functions/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ generate_function_register(Arithmetic
FunctionIntExp10
)

generate_function_register(Projection
FunctionOneOrZero
FunctionProject
FunctionBuildProjectionComposition
FunctionRestoreProjection
)


add_headers_and_sources(clickhouse_functions .)
add_headers_and_sources(clickhouse_functions ./GatherUtils)
Expand Down
203 changes: 0 additions & 203 deletions dbms/src/Functions/FunctionsProjection.cpp

This file was deleted.

71 changes: 0 additions & 71 deletions dbms/src/Functions/FunctionsProjection.h

This file was deleted.

2 changes: 0 additions & 2 deletions dbms/src/Functions/registerFunctions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ void registerFunctionsTransform(FunctionFactory &);
void registerFunctionsGeo(FunctionFactory &);
void registerFunctionsNull(FunctionFactory &);
void registerFunctionsFindCluster(FunctionFactory &);
void registerFunctionsProjection(FunctionFactory &);

#if USE_ICU
void registerFunctionConvertCharset(FunctionFactory &);
Expand Down Expand Up @@ -80,7 +79,6 @@ void registerFunctions()
registerFunctionsGeo(factory);
registerFunctionsNull(factory);
registerFunctionsFindCluster(factory);
registerFunctionsProjection(factory);

#if USE_ICU
registerFunctionConvertCharset(factory);
Expand Down
Loading

0 comments on commit cc01239

Please sign in to comment.