Josh Elser created PHOENIX-2991:
-----------------------------------
Summary: Add missing documentation for functions
Key: PHOENIX-2991
URL: https://issues.apache.org/jira/browse/PHOENIX-2991
Project: Phoenix
Issue Type: Task
Reporter: Josh Elser
Assignee: Josh Elser
Fix For: 4.8.0
In PHOENIX-2990, I noticed that we were missing some functions on the reference
page on the website:
* DistinctCountAggregateFunction.java (the shorthand version {{DISTINCT_COUNT}}
is missing, but {{COUNT(distinct )}} is present)
* DistinctValueAggregateFunction.java
* ExternalSqlTypeIdFunction.java
* GetBitFunction.java
* GetByteFunction.java
* IndexStateNameFunction.java
* OctetLengthFunction.java
* SetBitFunction.java
* SetByteFunction.java
* SQLIndexTypeFunction.java
* SQLTableTypeFunction.java
* SqlTypeNameFunction.java
* SQLViewTypeFunction.java
* ToTimeFunction.java
* ToTimestampFunction.java
TO_TIME and TO_TIMESTAMP are probably the most heinous since we actually refer
to them elsewere in the same document. It would be nice to make sure these are
all documented.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)