Return-Path: X-Original-To: apmail-tajo-dev-archive@minotaur.apache.org Delivered-To: apmail-tajo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 28241109D9 for ; Tue, 8 Oct 2013 02:53:24 +0000 (UTC) Received: (qmail 48581 invoked by uid 500); 8 Oct 2013 02:53:20 -0000 Delivered-To: apmail-tajo-dev-archive@tajo.apache.org Received: (qmail 48514 invoked by uid 500); 8 Oct 2013 02:53:18 -0000 Mailing-List: contact dev-help@tajo.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tajo.incubator.apache.org Delivered-To: mailing list dev@tajo.incubator.apache.org Received: (qmail 48499 invoked by uid 99); 8 Oct 2013 02:53:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Oct 2013 02:53:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 08 Oct 2013 02:53:15 +0000 Received: (qmail 48221 invoked by uid 99); 8 Oct 2013 02:52:49 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Oct 2013 02:52:49 +0000 Date: Tue, 8 Oct 2013 02:52:49 +0000 (UTC) From: "Hyunsik Choi (JIRA)" To: dev@tajo.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (TAJO-217) Implement to_timestamp function MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/TAJO-217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hyunsik Choi updated TAJO-217: ------------------------------ Attachment: TAJO-217.patch I've uploaded the patch. > Implement to_timestamp function > ------------------------------- > > Key: TAJO-217 > URL: https://issues.apache.org/jira/browse/TAJO-217 > Project: Tajo > Issue Type: New Feature > Components: operator/function/udf > Reporter: Hyunsik Choi > Assignee: Hyunsik Choi > Fix For: 0.2-incubating > > Attachments: TAJO-217.patch > > > to_timestamp function converts an Unix epoch to a time stamp. We need to implement it. > {code} > to_timestamp(double precision) > {code} -- This message was sent by Atlassian JIRA (v6.1#6144)