You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Tyler Hobbs (JIRA)" <ji...@apache.org> on 2015/02/19 23:00:12 UTC

[jira] [Created] (CASSANDRA-8837) Support toJson() and fromJson() in all contexts

Tyler Hobbs created CASSANDRA-8837:
--------------------------------------

             Summary: Support toJson() and fromJson() in all contexts
                 Key: CASSANDRA-8837
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8837
             Project: Cassandra
          Issue Type: Improvement
          Components: API, Core
            Reporter: Tyler Hobbs
             Fix For: 3.0


As discussed in CASSANDRA-7970, it would be good to extend support for the {{toJson()}} and {{fromJson()}} functions to all contexts.  They are currently limited to the selection clause and insert/update/delete values, respectively.

This will require some improvements to the internal type system, especially for {{fromJson()}}, which will likely require a generalized "some type" representation, similar to what is currently used for bind markers.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)