Skip to content

[FEATURE]Add earliest PPL command #515

Open
@YANG-DB

Description

@YANG-DB

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

No one assigned

    Labels

    0.6Lang:PPLPipe Processing Language supportenhancementNew feature or request

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions