Ashish Kumar Sinha
|
c0b4bf0a3e
|
SQL select query for CSV/JSON (#6648)
select * , select column names have been implemented for CSV.
select * is implemented for JSON.
|
6 years ago |
Praveen raj Mani
|
cef044178c
|
Treat columns with spaces inbetween [s3Select] (#6597)
replace the double/single quotes with backticks for the xwb1989/sqlparser
to recognise such queries.
Fixes #6589
|
6 years ago |
Aditya Manthramurthy
|
e3eec89d24
|
Optimize string processing in select (#6593)
Reduce allocations during string concatenation and simplify some
processing code.
|
6 years ago |
Aditya Manthramurthy
|
16a100b597
|
Fix out-of-bound array access crash in select processing (#6594)
Fix test case.
|
6 years ago |
Ashish Kumar Sinha
|
670f9788e3
|
Count(*) to give integer value (#6564)
The Max, Min functions were giving float value even when they were integers.
Resolved max and Min to return integers in that scenario.
Fixes #6472
|
6 years ago |
Harshavardhana
|
a0683d3c1f
|
Send progress only when requested by client in SelectObject (#6467)
|
6 years ago |
Praveen raj Mani
|
30d4a2cf53
|
s3select should honour custom record delimiter (#6419)
Allow custom delimiters like `\r\n`, `a`, `\r` etc in input csv and
replace with `\n`.
Fixes #6403
|
6 years ago |
Raphael Randschau
|
8601f29d95
|
select: fix int overflow of math.MaxInt64 on ARM (#6317)
|
6 years ago |
Harshavardhana
|
5a4a57700b
|
Add select docs and fix return values for Select API (#6300)
|
6 years ago |
Arjun Mishra
|
7c14cdb60e
|
S3 Select API Support for CSV (#6127)
Add support for trivial where clause cases
|
6 years ago |