Open
Description
Is your feature request related to a problem?
Add earliest
command for PPL spark based execution driver .
Since spark sql doesnt offer such expression a possible option would be:
- translate the expression into a where clause
SELECT * FROM sample_table WHERE timestamp = (SELECT MIN(timestamp) FROM sample_table);
- register a custom expression
earliestExpression
Do you have any additional context?
Metadata
Metadata
Assignees
Type
Projects
Status
Todo