- Apache Tajo - Custom Functions
- Apache Tajo - JDBC Interface
- OpenStack Swift Integration
- Apache Tajo - Integration with Hive
- Integration with HBase
- Apache Tajo - Storage Plugins
- Apache Tajo - SQL Queries
- Aggregate & Window Functions
- Apache Tajo - SQL Statements
- Apache Tajo - Table Management
- Apache Tajo - Database Creation
- Apache Tajo - JSON Functions
- Apache Tajo - DateTime Functions
- Apache Tajo - String Functions
- Apache Tajo - Math Functions
- Apache Tajo - SQL Functions
- Apache Tajo - Operators
- Apache Tajo - Data Types
- Apache Tajo - Shell Commands
- Apache Tajo - Configuration Settings
- Apache Tajo - Installation
- Apache Tajo - Architecture
- Apache Tajo - Introduction
- Apache Tajo - Home
Apache Tajo Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Apache Tajo - Math Functions
Math functions operate on mathematical formulae. The following table describes the pst of functions in detail.
S.No. | Function & Description |
---|---|
1 | Returns the absolute value of x. |
2 | Returns the cube root of x. |
3 | Returns x value rounded up to the nearest integer. |
4 | Returns x rounded down to the nearest integer. |
5 | Returns pi value. Result will be returned as double value. |
6 | converts the angle x in degree radians. |
7 | Returns degree value for x. |
8 | Returns power of value‘p’ to the x value. |
9 | Returns the spanision result for the given two x,y integer values. |
10 | Returns Euler’s number e raised to the power of a number. |
11 | Returns the square root of x. |
12 | Returns the signum function of x, that is − 0 if the argument is 0 1 if the argument is greater than 0 1 if the argument is less than 0 |
13 | Returns the modulus (remainder) of n spanided by m. |
14 | Returns the rounded value for x. |
15 | Returns the cosine value(x). |
16 | Returns the inverse sine value(x). |
17 | Returns the inverse cosine value(x). |
18 | Returns the inverse tangent value(x). |
19 | Returns the inverse tangent value(y/x). |
Data Type Functions
The following table psts out the data type functions available in Apache Tajo.
S.No. | Function & Description |
---|---|
1 | Returns the binary representation of integer. |
2 | Converts integer to string. |
3 | Converts the x value into hexadecimal. |