ClickHouse/docs/en
Smita Kulkarni c7967fb721 Add an option to INTO OUTFILE to also print details to standard output.
Implementation:
- Added a bool to ASTQueryWithOutput & patched the usage in ClientBase.
- Added a new buffer TeeWriteBuffer which extends from WriteBufferFromFile (used to write data to the file) and has WriteBufferFromFileDescriptor (used to write data to stdout). The WriteBufferFromFileDescriptor uses the same buffer as TeeWriteBuffer.
- Added a new bool select_into_outfile_and_stdout in ClientBase to enable/disable progress rendering.

Testing:
 - Added a test tests/queries/0_stateless/02346_into_outfile_and_stdout.sh

Documentation:
- Updated the english documentation for the new option in SELECT.
2022-07-09 10:12:46 +02:00
..
development fix wrong OSX building instructions 2022-07-08 11:54:00 +02:00
engines Merge pull request #38603 from den-crane/patch-17 2022-07-06 15:24:13 -04:00
getting-started Merge pull request #38580 from ClickHouse/artifactory-arm64 2022-07-04 12:31:52 +02:00
interfaces Merge pull request #38477 from Avogar/sql-insert-format 2022-07-04 15:06:33 +02:00
operations Merge pull request #38477 from Avogar/sql-insert-format 2022-07-04 15:06:33 +02:00
sql-reference Add an option to INTO OUTFILE to also print details to standard output. 2022-07-09 10:12:46 +02:00