1 | <?php |
||
0 ignored issues
–
show
introduced
by
![]() |
|||
2 | |||
3 | namespace ClickHouseDB\Quote; |
||
4 | |||
5 | /** |
||
6 | * @deprecated Left for compatibility |
||
7 | */ |
||
8 | class CSV |
||
9 | { |
||
10 | public static function quoteRow($row) |
||
0 ignored issues
–
show
|
|||
11 | { |
||
12 | return FormatLine::CSV($row); |
||
13 | } |
||
14 | } |
||
15 |