You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Ruben Q L (Jira)" <ji...@apache.org> on 2023/05/18 09:21:00 UTC

[jira] [Resolved] (CALCITE-5602) Implement CSC and SEC functions

     [ https://issues.apache.org/jira/browse/CALCITE-5602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ruben Q L resolved CALCITE-5602.
--------------------------------
    Resolution: Fixed

Done in https://github.com/apache/calcite/commit/dbefd6882585e0044cd23784dd1bb2352554d391

Thanks [~FrankZou]!

> Implement CSC and SEC functions
> -------------------------------
>
>                 Key: CALCITE-5602
>                 URL: https://issues.apache.org/jira/browse/CALCITE-5602
>             Project: Calcite
>          Issue Type: Sub-task
>            Reporter: Dan Zou
>            Assignee: Dan Zou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.35.0
>
>
> CSC(X): Computes the cosecant of the input angle, which is in radians.
> SEC(X): Computes the secant for the angle of X, where X is specified in radians.
> See more details in BigQuery doc: [CSC|https://cloud.google.com/bigquery/docs/reference/standard-sql/functions-and-operators#csc] and [SEC|https://cloud.google.com/bigquery/docs/reference/standard-sql/functions-and-operators#sec]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)