How to express single quote
For literal value using single quote:
'I\'m a robot, you\'re a human.'
Should write on SQL query as:
'I''m a robot, you''re a human.'
Some functions not described
CAST(expression AS TYPE)
- Other new functions implemented by Arrow Datafusion