Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E6EED10F43 for ; Thu, 4 Jul 2013 01:04:22 +0000 (UTC) Received: (qmail 67796 invoked by uid 500); 4 Jul 2013 01:04:21 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 67707 invoked by uid 500); 4 Jul 2013 01:04:21 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 67633 invoked by uid 99); 4 Jul 2013 01:04:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jul 2013 01:04:21 +0000 Date: Thu, 4 Jul 2013 01:04:21 +0000 (UTC) From: "Nick Dimiduk (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-8863) Enhance data type API with type vs type comparison methods MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Nick Dimiduk created HBASE-8863: ----------------------------------- Summary: Enhance data type API with type vs type comparison methods Key: HBASE-8863 URL: https://issues.apache.org/jira/browse/HBASE-8863 Project: HBase Issue Type: Sub-task Reporter: Nick Dimiduk The data types defined in HBASE-8693 should be suitable for use in query planning engines operating against HBase. The working example being Phoenix's [PDataType|https://github.com/forcedotcom/phoenix/blob/master/src/main/java/com/salesforce/phoenix/schema/PDataType.java] and its {{isCoercibleTo}} and {{isComparableTo}} methods. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira