Badr Bouslikhin
04/11/2023, 2:31 PMBolek Ziobrowski
04/11/2023, 2:48 PMBadr Bouslikhin
04/11/2023, 2:49 PMNicolas Hourcard
04/11/2023, 4:28 PMBadr Bouslikhin
04/11/2023, 4:39 PMNicolas Hourcard
04/11/2023, 4:47 PMBadr Bouslikhin
04/11/2023, 4:48 PMquestdb-rs
, do we need to write symbols before columns?
Not doing so throws the error:
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error { code: InvalidApiCall, msg: "State error: Bad call to `symbol`, should have called `column` or `at` instead." }', src/main.rs:165:14
Nicolas Hourcard
04/12/2023, 3:30 PMEugene
04/12/2023, 3:45 PMBadr Bouslikhin
04/12/2023, 4:07 PMsymbol
columns) can I write column_str
instead of symbol
?Eugene
04/12/2023, 4:43 PMcolumn_str
method has no advantages over the symbol
.
In this case, the string will be implicitly converted to a symbol.