Skip to content

Add Cbrt and Trunc UDF classes to geaflow-dsl-plan math package#808

Open
adamdavis99 wants to merge 1 commit into
apache:masterfrom
adamdavis99:feature/add-math-functions-cbrt-trunc
Open

Add Cbrt and Trunc UDF classes to geaflow-dsl-plan math package#808
adamdavis99 wants to merge 1 commit into
apache:masterfrom
adamdavis99:feature/add-math-functions-cbrt-trunc

Conversation

@adamdavis99

Copy link
Copy Markdown

Add Cbrt and Trunc UDF classes to geaflow-dsl-plan math package, register them in BuildInSqlFunctionTable, and add unit tests.

SIGN was intentionally omitted. It already exists as a SQL operator via GeaFlowOverwriteSqlOperators.SIGN backed by GeaFlowBuiltinFunctions.sign().

Closes #790

What changes were proposed in this pull request?

How was this PR tested?

  • [ X] Tests have Added for the changes
  • Production environment verified

…ster them in BuildInSqlFunctionTable, and add unit tests.

SIGN was intentionally omitted. It already exists as a SQL operator via GeaFlowOverwriteSqlOperators.SIGN backed by GeaFlowBuiltinFunctions.sign().

Closes apache#790
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add the math functions SIGN / CBRT / TRUNC

1 participant