Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1199C10AA1 for ; Mon, 10 Feb 2014 18:17:27 +0000 (UTC) Received: (qmail 468 invoked by uid 500); 10 Feb 2014 18:17:23 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 381 invoked by uid 500); 10 Feb 2014 18:17:23 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 373 invoked by uid 99); 10 Feb 2014 18:17:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Feb 2014 18:17:23 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [66.111.4.25] (HELO out1-smtp.messagingengine.com) (66.111.4.25) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Feb 2014 18:17:18 +0000 Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 0754620F83 for ; Mon, 10 Feb 2014 13:16:57 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute2.internal (MEProxy); Mon, 10 Feb 2014 13:16:57 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=venarc.com; h=from :content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; s=mesmtp; bh=/q1GYZ+yy0B7d1FaWJSHrNX+Y0Q=; b=U zmVzI1+nJw6QW/VihSsjHHJBS5zsb7+HmvPhKMWrHEcAC/SmV+uDoHnatEjek/ok TODrYZ0eRNqrX+4YFZKFdlFsuI2Mb/nmNYVJKta4uvLOt3tQdzNs7xPDWK9mBKZt vQeZHlCrQLL6MJQLPYqRles8z0pmDm0kH9GeWV9u5s= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:content-type :content-transfer-encoding:subject:message-id:date:to :mime-version; s=smtpout; bh=/q1GYZ+yy0B7d1FaWJSHrNX+Y0Q=; b=FuJ B4yDo2Md9RH4JyXsJNTX/ffW5/3alym9c+RZ8fHBsLRz2Cai/PDTpPyC8aM3wc7/ yDjA+FC+4Wf4I9UsMYWHER//yO+vQ/xtE83q8CH2yzW/QAIfWJCchTn7aASqhWpQ a55AX8GxRqylrFxzK+2NpwQn2dN8Nv/yGLPmO42I= X-Sasl-enc: jnemc7qtWe5nQAJLdQbvtx83QdGd8k7AQMjmhX7t/IJs 1392056216 Received: from [192.168.77.218] (unknown [76.166.241.185]) by mail.messagingengine.com (Postfix) with ESMTPA id 5BDF0680245 for ; Mon, 10 Feb 2014 13:16:56 -0500 (EST) From: Drew Kutcharian Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: CQL3 Custom Functions Message-Id: Date: Mon, 10 Feb 2014 10:16:58 -0800 To: "user@cassandra.apache.org" Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) X-Mailer: Apple Mail (2.1827) X-Virus-Checked: Checked by ClamAV on apache.org Hey Guys, How can I define custom CQL3 functions (similar to dateOf, now, etc)? Cheers, Drew