ClickHouse/src/TableFunctions
Alexander Kuzmenkov 99ee127620 Support SETTINGS clause for File engine
Accept the usual user settings related to file formats.

Most of the diff are the mechanistic code changes required to allow
providing the required FormatSettings to the format factory. The File
engine then extracts these settings from the `CREATE` query, and specifies
them when creating the format parser.
2020-11-02 10:50:38 +03:00
..
CMakeLists.txt Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
ITableFunction.cpp Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
ITableFunction.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
ITableFunctionFileLike.cpp fix assertion in table function file() 2020-10-20 15:29:46 +03:00
ITableFunctionFileLike.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
ITableFunctionXDBC.cpp Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
ITableFunctionXDBC.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
parseColumnsListForTableFunction.cpp Better exception message when cannot parse columns declaration list #10403 2020-06-09 01:49:19 +03:00
parseColumnsListForTableFunction.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
registerTableFunctions.cpp add table function null 2020-09-14 19:36:14 +08:00
registerTableFunctions.h add table function null 2020-09-14 19:36:14 +08:00
TableFunctionFactory.cpp Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionFactory.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionFile.cpp Support SETTINGS clause for File engine 2020-11-02 10:50:38 +03:00
TableFunctionFile.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionGenerateRandom.cpp Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionGenerateRandom.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionHDFS.cpp Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionHDFS.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionInput.cpp Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionInput.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionMerge.cpp Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionMerge.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionMySQL.cpp Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionMySQL.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionNull.cpp Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionNull.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionNumbers.cpp Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionNumbers.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionRemote.cpp Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionRemote.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionS3.cpp Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionS3.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionURL.cpp Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionURL.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionValues.cpp Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionValues.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionView.cpp Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionView.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionZeros.cpp Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
TableFunctionZeros.h Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
ya.make minor fixes 2020-09-18 14:06:30 +03:00
ya.make.in Fix "Arcadia" 2020-09-08 01:14:13 +03:00