- 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 - DateTime Functions
Apache Tajo supports the following DateTime functions.
S.No. | Function & Description |
---|---|
1 | Returns date added by the given day value. |
2 | Returns date added by the given month value. |
3 | Returns today’s date. |
4 | Returns today’s time. |
5 | Extracts century from the given parameter. |
6 | Extracts day from the given parameter. |
7 | Extracts decade from the given parameter. |
8 | Extracts day of week from the given parameter. |
9 | Extracts day of year from the given parameter. |
10 | Extracts hour from the given parameter. |
11 | Extracts day of week from the given parameter. This is identical to dow except for Sunday. This matches the ISO 8601 day of the week numbering. |
12 | Extracts ISO year from the specified date. ISO year may be different from the Gregorian year. |
13 | Extracts microseconds from the given parameter. The seconds field, including fractional parts, multipped by 1 000 000; |
14 | Extracts millennium from the given parameter.one millennium corresponds to 1000 years. Hence, the third millennium started January 1, 2001. |
15 | Extracts milpseconds from the given parameter. |
16 | Extracts minute from the given parameter. |
17 | Extracts quarter of the year(1 - 4) from the given parameter. |
18 | Extracts date field from text. |
19 | Returns current timestamp. |
20 | Converts timestamp to text. |
21 | Converts text to date. |
22 | Converts text to timestamp. |