[jira] [Updated] (CASSANDRA-1704) CQL reads (aka SELECT)

2017-07-06 Thread Jeremy Hanna (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeremy Hanna updated CASSANDRA-1704:

Component/s: (was: Materialized Views)

> CQL reads (aka SELECT)
> --
>
> Key: CASSANDRA-1704
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1704
> Project: Cassandra
>  Issue Type: Sub-task
>  Components: CQL
>Affects Versions: 0.8 beta 1
>Reporter: Eric Evans
>Assignee: Eric Evans
>Priority: Minor
> Fix For: 0.8 beta 1
>
> Attachments: 
> ASF.LICENSE.NOT.GRANTED--v3-0001-CASSANDRA-1704.-doc-update-for-proposed-SELECT.txt,
>  ASF.LICENSE.NOT.GRANTED--v3-0002-refactor-CQL-SELECT-to-be-more-SQLish.txt, 
> ASF.LICENSE.NOT.GRANTED--v3-0003-make-avro-exception-factory-methods-public.txt,
>  
> ASF.LICENSE.NOT.GRANTED--v3-0004-wrap-AvroRemoteExceptions-in-CQLExcpetions.txt,
>  ASF.LICENSE.NOT.GRANTED--v3-0005-backfill-missing-system-tests.txt, 
> ASF.LICENSE.NOT.GRANTED--v3-0006-add-support-for-index-scans.txt, 
> ASF.LICENSE.NOT.GRANTED--v3-0007-support-empty-unset-where-clause.txt, 
> ASF.LICENSE.NOT.GRANTED--v3-0008-SELECT-COUNT-.-FROM-support.txt
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> Data access specification and implementation for CQL.  
> This corresponds to the following RPC methods:
> * get()
> * get_slice()
> * get_count()
> * multiget_slice()
> * multiget_count()
> * get_range_slices()
> * get_indexed_slices()
> The initial check-in to trunk/ uses a syntax that looks like:
> {code:SQL}
> SELECT (FROM)?  [USING CONSISTENCY.] WHERE  [ROWLIMIT X] 
> [COLLIMIT Y] [ASC|DESC]
> {code}
> Where:
> *  is the column family name.
> *  consists of relations chained by the AND keyword.
> *  corresponds to one of the enum values in the RPC interface(s).
> What is still undone:
> * Support for indexes
> * Counts
> * Complete test coverage
> And of course, all of this is still very much open to further discussion.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-1704) CQL reads (aka SELECT)

2017-06-22 Thread Jeremy Hanna (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeremy Hanna updated CASSANDRA-1704:

Component/s: Materialized Views

> CQL reads (aka SELECT)
> --
>
> Key: CASSANDRA-1704
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1704
> Project: Cassandra
>  Issue Type: Sub-task
>  Components: CQL, Materialized Views
>Affects Versions: 0.8 beta 1
>Reporter: Eric Evans
>Assignee: Eric Evans
>Priority: Minor
> Fix For: 0.8 beta 1
>
> Attachments: 
> ASF.LICENSE.NOT.GRANTED--v3-0001-CASSANDRA-1704.-doc-update-for-proposed-SELECT.txt,
>  ASF.LICENSE.NOT.GRANTED--v3-0002-refactor-CQL-SELECT-to-be-more-SQLish.txt, 
> ASF.LICENSE.NOT.GRANTED--v3-0003-make-avro-exception-factory-methods-public.txt,
>  
> ASF.LICENSE.NOT.GRANTED--v3-0004-wrap-AvroRemoteExceptions-in-CQLExcpetions.txt,
>  ASF.LICENSE.NOT.GRANTED--v3-0005-backfill-missing-system-tests.txt, 
> ASF.LICENSE.NOT.GRANTED--v3-0006-add-support-for-index-scans.txt, 
> ASF.LICENSE.NOT.GRANTED--v3-0007-support-empty-unset-where-clause.txt, 
> ASF.LICENSE.NOT.GRANTED--v3-0008-SELECT-COUNT-.-FROM-support.txt
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> Data access specification and implementation for CQL.  
> This corresponds to the following RPC methods:
> * get()
> * get_slice()
> * get_count()
> * multiget_slice()
> * multiget_count()
> * get_range_slices()
> * get_indexed_slices()
> The initial check-in to trunk/ uses a syntax that looks like:
> {code:SQL}
> SELECT (FROM)?  [USING CONSISTENCY.] WHERE  [ROWLIMIT X] 
> [COLLIMIT Y] [ASC|DESC]
> {code}
> Where:
> *  is the column family name.
> *  consists of relations chained by the AND keyword.
> *  corresponds to one of the enum values in the RPC interface(s).
> What is still undone:
> * Support for indexes
> * Counts
> * Complete test coverage
> And of course, all of this is still very much open to further discussion.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] Updated: (CASSANDRA-1704) CQL reads (aka SELECT)

2010-11-11 Thread Eric Evans (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Evans updated CASSANDRA-1704:
--

Attachment: (was: v2-0006-add-support-for-index-scans.txt)

> CQL reads (aka SELECT)
> --
>
> Key: CASSANDRA-1704
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1704
> Project: Cassandra
>  Issue Type: Sub-task
>  Components: API
>Affects Versions: 0.8
>Reporter: Eric Evans
>Assignee: Eric Evans
>Priority: Minor
> Fix For: 0.8
>
> Attachments: 
> v3-0001-CASSANDRA-1704.-doc-update-for-proposed-SELECT.txt, 
> v3-0002-refactor-CQL-SELECT-to-be-more-SQLish.txt, 
> v3-0003-make-avro-exception-factory-methods-public.txt, 
> v3-0004-wrap-AvroRemoteExceptions-in-CQLExcpetions.txt, 
> v3-0005-backfill-missing-system-tests.txt, 
> v3-0006-add-support-for-index-scans.txt, 
> v3-0007-support-empty-unset-where-clause.txt, 
> v3-0008-SELECT-COUNT-.-FROM-support.txt
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> Data access specification and implementation for CQL.  
> This corresponds to the following RPC methods:
> * get()
> * get_slice()
> * get_count()
> * multiget_slice()
> * multiget_count()
> * get_range_slices()
> * get_indexed_slices()
> The initial check-in to trunk/ uses a syntax that looks like:
> {code:SQL}
> SELECT (FROM)?  [USING CONSISTENCY.] WHERE  [ROWLIMIT X] 
> [COLLIMIT Y] [ASC|DESC]
> {code}
> Where:
> *  is the column family name.
> *  consists of relations chained by the AND keyword.
> *  corresponds to one of the enum values in the RPC interface(s).
> What is still undone:
> * Support for indexes
> * Counts
> * Complete test coverage
> And of course, all of this is still very much open to further discussion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (CASSANDRA-1704) CQL reads (aka SELECT)

2010-11-11 Thread Eric Evans (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Evans updated CASSANDRA-1704:
--

Attachment: (was: 
v2-0001-CASSANDRA-1704.-doc-update-for-proposed-SELECT.txt)

> CQL reads (aka SELECT)
> --
>
> Key: CASSANDRA-1704
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1704
> Project: Cassandra
>  Issue Type: Sub-task
>  Components: API
>Affects Versions: 0.8
>Reporter: Eric Evans
>Assignee: Eric Evans
>Priority: Minor
> Fix For: 0.8
>
> Attachments: 
> v3-0001-CASSANDRA-1704.-doc-update-for-proposed-SELECT.txt, 
> v3-0002-refactor-CQL-SELECT-to-be-more-SQLish.txt, 
> v3-0003-make-avro-exception-factory-methods-public.txt, 
> v3-0004-wrap-AvroRemoteExceptions-in-CQLExcpetions.txt, 
> v3-0005-backfill-missing-system-tests.txt, 
> v3-0006-add-support-for-index-scans.txt, 
> v3-0007-support-empty-unset-where-clause.txt, 
> v3-0008-SELECT-COUNT-.-FROM-support.txt
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> Data access specification and implementation for CQL.  
> This corresponds to the following RPC methods:
> * get()
> * get_slice()
> * get_count()
> * multiget_slice()
> * multiget_count()
> * get_range_slices()
> * get_indexed_slices()
> The initial check-in to trunk/ uses a syntax that looks like:
> {code:SQL}
> SELECT (FROM)?  [USING CONSISTENCY.] WHERE  [ROWLIMIT X] 
> [COLLIMIT Y] [ASC|DESC]
> {code}
> Where:
> *  is the column family name.
> *  consists of relations chained by the AND keyword.
> *  corresponds to one of the enum values in the RPC interface(s).
> What is still undone:
> * Support for indexes
> * Counts
> * Complete test coverage
> And of course, all of this is still very much open to further discussion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (CASSANDRA-1704) CQL reads (aka SELECT)

2010-11-11 Thread Eric Evans (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Evans updated CASSANDRA-1704:
--

Attachment: (was: 
v2-0004-wrap-AvroRemoteExceptions-in-CQLExcpetions.txt)

> CQL reads (aka SELECT)
> --
>
> Key: CASSANDRA-1704
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1704
> Project: Cassandra
>  Issue Type: Sub-task
>  Components: API
>Affects Versions: 0.8
>Reporter: Eric Evans
>Assignee: Eric Evans
>Priority: Minor
> Fix For: 0.8
>
> Attachments: 
> v3-0001-CASSANDRA-1704.-doc-update-for-proposed-SELECT.txt, 
> v3-0002-refactor-CQL-SELECT-to-be-more-SQLish.txt, 
> v3-0003-make-avro-exception-factory-methods-public.txt, 
> v3-0004-wrap-AvroRemoteExceptions-in-CQLExcpetions.txt, 
> v3-0005-backfill-missing-system-tests.txt, 
> v3-0006-add-support-for-index-scans.txt, 
> v3-0007-support-empty-unset-where-clause.txt, 
> v3-0008-SELECT-COUNT-.-FROM-support.txt
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> Data access specification and implementation for CQL.  
> This corresponds to the following RPC methods:
> * get()
> * get_slice()
> * get_count()
> * multiget_slice()
> * multiget_count()
> * get_range_slices()
> * get_indexed_slices()
> The initial check-in to trunk/ uses a syntax that looks like:
> {code:SQL}
> SELECT (FROM)?  [USING CONSISTENCY.] WHERE  [ROWLIMIT X] 
> [COLLIMIT Y] [ASC|DESC]
> {code}
> Where:
> *  is the column family name.
> *  consists of relations chained by the AND keyword.
> *  corresponds to one of the enum values in the RPC interface(s).
> What is still undone:
> * Support for indexes
> * Counts
> * Complete test coverage
> And of course, all of this is still very much open to further discussion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (CASSANDRA-1704) CQL reads (aka SELECT)

2010-11-11 Thread Eric Evans (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Evans updated CASSANDRA-1704:
--

Attachment: (was: v2-0005-backfill-missing-system-tests.txt)

> CQL reads (aka SELECT)
> --
>
> Key: CASSANDRA-1704
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1704
> Project: Cassandra
>  Issue Type: Sub-task
>  Components: API
>Affects Versions: 0.8
>Reporter: Eric Evans
>Assignee: Eric Evans
>Priority: Minor
> Fix For: 0.8
>
> Attachments: 
> v3-0001-CASSANDRA-1704.-doc-update-for-proposed-SELECT.txt, 
> v3-0002-refactor-CQL-SELECT-to-be-more-SQLish.txt, 
> v3-0003-make-avro-exception-factory-methods-public.txt, 
> v3-0004-wrap-AvroRemoteExceptions-in-CQLExcpetions.txt, 
> v3-0005-backfill-missing-system-tests.txt, 
> v3-0006-add-support-for-index-scans.txt, 
> v3-0007-support-empty-unset-where-clause.txt, 
> v3-0008-SELECT-COUNT-.-FROM-support.txt
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> Data access specification and implementation for CQL.  
> This corresponds to the following RPC methods:
> * get()
> * get_slice()
> * get_count()
> * multiget_slice()
> * multiget_count()
> * get_range_slices()
> * get_indexed_slices()
> The initial check-in to trunk/ uses a syntax that looks like:
> {code:SQL}
> SELECT (FROM)?  [USING CONSISTENCY.] WHERE  [ROWLIMIT X] 
> [COLLIMIT Y] [ASC|DESC]
> {code}
> Where:
> *  is the column family name.
> *  consists of relations chained by the AND keyword.
> *  corresponds to one of the enum values in the RPC interface(s).
> What is still undone:
> * Support for indexes
> * Counts
> * Complete test coverage
> And of course, all of this is still very much open to further discussion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (CASSANDRA-1704) CQL reads (aka SELECT)

2010-11-11 Thread Eric Evans (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Evans updated CASSANDRA-1704:
--

Attachment: (was: v2-0007-support-empty-unset-where-clause.txt)

> CQL reads (aka SELECT)
> --
>
> Key: CASSANDRA-1704
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1704
> Project: Cassandra
>  Issue Type: Sub-task
>  Components: API
>Affects Versions: 0.8
>Reporter: Eric Evans
>Assignee: Eric Evans
>Priority: Minor
> Fix For: 0.8
>
> Attachments: 
> v3-0001-CASSANDRA-1704.-doc-update-for-proposed-SELECT.txt, 
> v3-0002-refactor-CQL-SELECT-to-be-more-SQLish.txt, 
> v3-0003-make-avro-exception-factory-methods-public.txt, 
> v3-0004-wrap-AvroRemoteExceptions-in-CQLExcpetions.txt, 
> v3-0005-backfill-missing-system-tests.txt, 
> v3-0006-add-support-for-index-scans.txt, 
> v3-0007-support-empty-unset-where-clause.txt, 
> v3-0008-SELECT-COUNT-.-FROM-support.txt
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> Data access specification and implementation for CQL.  
> This corresponds to the following RPC methods:
> * get()
> * get_slice()
> * get_count()
> * multiget_slice()
> * multiget_count()
> * get_range_slices()
> * get_indexed_slices()
> The initial check-in to trunk/ uses a syntax that looks like:
> {code:SQL}
> SELECT (FROM)?  [USING CONSISTENCY.] WHERE  [ROWLIMIT X] 
> [COLLIMIT Y] [ASC|DESC]
> {code}
> Where:
> *  is the column family name.
> *  consists of relations chained by the AND keyword.
> *  corresponds to one of the enum values in the RPC interface(s).
> What is still undone:
> * Support for indexes
> * Counts
> * Complete test coverage
> And of course, all of this is still very much open to further discussion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (CASSANDRA-1704) CQL reads (aka SELECT)

2010-11-11 Thread Eric Evans (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Evans updated CASSANDRA-1704:
--

Attachment: (was: 
v2-0003-make-avro-exception-factory-methods-public.txt)

> CQL reads (aka SELECT)
> --
>
> Key: CASSANDRA-1704
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1704
> Project: Cassandra
>  Issue Type: Sub-task
>  Components: API
>Affects Versions: 0.8
>Reporter: Eric Evans
>Assignee: Eric Evans
>Priority: Minor
> Fix For: 0.8
>
> Attachments: 
> v3-0001-CASSANDRA-1704.-doc-update-for-proposed-SELECT.txt, 
> v3-0002-refactor-CQL-SELECT-to-be-more-SQLish.txt, 
> v3-0003-make-avro-exception-factory-methods-public.txt, 
> v3-0004-wrap-AvroRemoteExceptions-in-CQLExcpetions.txt, 
> v3-0005-backfill-missing-system-tests.txt, 
> v3-0006-add-support-for-index-scans.txt, 
> v3-0007-support-empty-unset-where-clause.txt, 
> v3-0008-SELECT-COUNT-.-FROM-support.txt
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> Data access specification and implementation for CQL.  
> This corresponds to the following RPC methods:
> * get()
> * get_slice()
> * get_count()
> * multiget_slice()
> * multiget_count()
> * get_range_slices()
> * get_indexed_slices()
> The initial check-in to trunk/ uses a syntax that looks like:
> {code:SQL}
> SELECT (FROM)?  [USING CONSISTENCY.] WHERE  [ROWLIMIT X] 
> [COLLIMIT Y] [ASC|DESC]
> {code}
> Where:
> *  is the column family name.
> *  consists of relations chained by the AND keyword.
> *  corresponds to one of the enum values in the RPC interface(s).
> What is still undone:
> * Support for indexes
> * Counts
> * Complete test coverage
> And of course, all of this is still very much open to further discussion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (CASSANDRA-1704) CQL reads (aka SELECT)

2010-11-11 Thread Eric Evans (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Evans updated CASSANDRA-1704:
--

Attachment: (was: CQL.html)

> CQL reads (aka SELECT)
> --
>
> Key: CASSANDRA-1704
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1704
> Project: Cassandra
>  Issue Type: Sub-task
>  Components: API
>Affects Versions: 0.8
>Reporter: Eric Evans
>Assignee: Eric Evans
>Priority: Minor
> Fix For: 0.8
>
> Attachments: 
> v3-0001-CASSANDRA-1704.-doc-update-for-proposed-SELECT.txt, 
> v3-0002-refactor-CQL-SELECT-to-be-more-SQLish.txt, 
> v3-0003-make-avro-exception-factory-methods-public.txt, 
> v3-0004-wrap-AvroRemoteExceptions-in-CQLExcpetions.txt, 
> v3-0005-backfill-missing-system-tests.txt, 
> v3-0006-add-support-for-index-scans.txt, 
> v3-0007-support-empty-unset-where-clause.txt, 
> v3-0008-SELECT-COUNT-.-FROM-support.txt
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> Data access specification and implementation for CQL.  
> This corresponds to the following RPC methods:
> * get()
> * get_slice()
> * get_count()
> * multiget_slice()
> * multiget_count()
> * get_range_slices()
> * get_indexed_slices()
> The initial check-in to trunk/ uses a syntax that looks like:
> {code:SQL}
> SELECT (FROM)?  [USING CONSISTENCY.] WHERE  [ROWLIMIT X] 
> [COLLIMIT Y] [ASC|DESC]
> {code}
> Where:
> *  is the column family name.
> *  consists of relations chained by the AND keyword.
> *  corresponds to one of the enum values in the RPC interface(s).
> What is still undone:
> * Support for indexes
> * Counts
> * Complete test coverage
> And of course, all of this is still very much open to further discussion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (CASSANDRA-1704) CQL reads (aka SELECT)

2010-11-11 Thread Eric Evans (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Evans updated CASSANDRA-1704:
--

Attachment: (was: 
v1-0001-CASSANDRA-1704.-doc-update-for-proposed-SELECT.txt)

> CQL reads (aka SELECT)
> --
>
> Key: CASSANDRA-1704
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1704
> Project: Cassandra
>  Issue Type: Sub-task
>  Components: API
>Affects Versions: 0.8
>Reporter: Eric Evans
>Assignee: Eric Evans
>Priority: Minor
> Fix For: 0.8
>
> Attachments: 
> v3-0001-CASSANDRA-1704.-doc-update-for-proposed-SELECT.txt, 
> v3-0002-refactor-CQL-SELECT-to-be-more-SQLish.txt, 
> v3-0003-make-avro-exception-factory-methods-public.txt, 
> v3-0004-wrap-AvroRemoteExceptions-in-CQLExcpetions.txt, 
> v3-0005-backfill-missing-system-tests.txt, 
> v3-0006-add-support-for-index-scans.txt, 
> v3-0007-support-empty-unset-where-clause.txt, 
> v3-0008-SELECT-COUNT-.-FROM-support.txt
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> Data access specification and implementation for CQL.  
> This corresponds to the following RPC methods:
> * get()
> * get_slice()
> * get_count()
> * multiget_slice()
> * multiget_count()
> * get_range_slices()
> * get_indexed_slices()
> The initial check-in to trunk/ uses a syntax that looks like:
> {code:SQL}
> SELECT (FROM)?  [USING CONSISTENCY.] WHERE  [ROWLIMIT X] 
> [COLLIMIT Y] [ASC|DESC]
> {code}
> Where:
> *  is the column family name.
> *  consists of relations chained by the AND keyword.
> *  corresponds to one of the enum values in the RPC interface(s).
> What is still undone:
> * Support for indexes
> * Counts
> * Complete test coverage
> And of course, all of this is still very much open to further discussion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (CASSANDRA-1704) CQL reads (aka SELECT)

2010-11-11 Thread Eric Evans (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Evans updated CASSANDRA-1704:
--

Attachment: (was: v2-0002-refactor-CQL-SELECT-to-be-more-SQLish.txt)

> CQL reads (aka SELECT)
> --
>
> Key: CASSANDRA-1704
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1704
> Project: Cassandra
>  Issue Type: Sub-task
>  Components: API
>Affects Versions: 0.8
>Reporter: Eric Evans
>Assignee: Eric Evans
>Priority: Minor
> Fix For: 0.8
>
> Attachments: 
> v3-0001-CASSANDRA-1704.-doc-update-for-proposed-SELECT.txt, 
> v3-0002-refactor-CQL-SELECT-to-be-more-SQLish.txt, 
> v3-0003-make-avro-exception-factory-methods-public.txt, 
> v3-0004-wrap-AvroRemoteExceptions-in-CQLExcpetions.txt, 
> v3-0005-backfill-missing-system-tests.txt, 
> v3-0006-add-support-for-index-scans.txt, 
> v3-0007-support-empty-unset-where-clause.txt, 
> v3-0008-SELECT-COUNT-.-FROM-support.txt
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> Data access specification and implementation for CQL.  
> This corresponds to the following RPC methods:
> * get()
> * get_slice()
> * get_count()
> * multiget_slice()
> * multiget_count()
> * get_range_slices()
> * get_indexed_slices()
> The initial check-in to trunk/ uses a syntax that looks like:
> {code:SQL}
> SELECT (FROM)?  [USING CONSISTENCY.] WHERE  [ROWLIMIT X] 
> [COLLIMIT Y] [ASC|DESC]
> {code}
> Where:
> *  is the column family name.
> *  consists of relations chained by the AND keyword.
> *  corresponds to one of the enum values in the RPC interface(s).
> What is still undone:
> * Support for indexes
> * Counts
> * Complete test coverage
> And of course, all of this is still very much open to further discussion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (CASSANDRA-1704) CQL reads (aka SELECT)

2010-11-11 Thread Eric Evans (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Evans updated CASSANDRA-1704:
--

Attachment: v3-0008-SELECT-COUNT-.-FROM-support.txt
v3-0007-support-empty-unset-where-clause.txt
v3-0006-add-support-for-index-scans.txt
v3-0005-backfill-missing-system-tests.txt
v3-0004-wrap-AvroRemoteExceptions-in-CQLExcpetions.txt
v3-0003-make-avro-exception-factory-methods-public.txt
v3-0002-refactor-CQL-SELECT-to-be-more-SQLish.txt
v3-0001-CASSANDRA-1704.-doc-update-for-proposed-SELECT.txt

> CQL reads (aka SELECT)
> --
>
> Key: CASSANDRA-1704
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1704
> Project: Cassandra
>  Issue Type: Sub-task
>  Components: API
>Affects Versions: 0.8
>Reporter: Eric Evans
>Assignee: Eric Evans
>Priority: Minor
> Fix For: 0.8
>
> Attachments: CQL.html, 
> v1-0001-CASSANDRA-1704.-doc-update-for-proposed-SELECT.txt, 
> v2-0001-CASSANDRA-1704.-doc-update-for-proposed-SELECT.txt, 
> v2-0002-refactor-CQL-SELECT-to-be-more-SQLish.txt, 
> v2-0003-make-avro-exception-factory-methods-public.txt, 
> v2-0004-wrap-AvroRemoteExceptions-in-CQLExcpetions.txt, 
> v2-0005-backfill-missing-system-tests.txt, 
> v2-0006-add-support-for-index-scans.txt, 
> v2-0007-support-empty-unset-where-clause.txt, 
> v3-0001-CASSANDRA-1704.-doc-update-for-proposed-SELECT.txt, 
> v3-0002-refactor-CQL-SELECT-to-be-more-SQLish.txt, 
> v3-0003-make-avro-exception-factory-methods-public.txt, 
> v3-0004-wrap-AvroRemoteExceptions-in-CQLExcpetions.txt, 
> v3-0005-backfill-missing-system-tests.txt, 
> v3-0006-add-support-for-index-scans.txt, 
> v3-0007-support-empty-unset-where-clause.txt, 
> v3-0008-SELECT-COUNT-.-FROM-support.txt
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> Data access specification and implementation for CQL.  
> This corresponds to the following RPC methods:
> * get()
> * get_slice()
> * get_count()
> * multiget_slice()
> * multiget_count()
> * get_range_slices()
> * get_indexed_slices()
> The initial check-in to trunk/ uses a syntax that looks like:
> {code:SQL}
> SELECT (FROM)?  [USING CONSISTENCY.] WHERE  [ROWLIMIT X] 
> [COLLIMIT Y] [ASC|DESC]
> {code}
> Where:
> *  is the column family name.
> *  consists of relations chained by the AND keyword.
> *  corresponds to one of the enum values in the RPC interface(s).
> What is still undone:
> * Support for indexes
> * Counts
> * Complete test coverage
> And of course, all of this is still very much open to further discussion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (CASSANDRA-1704) CQL reads (aka SELECT)

2010-11-10 Thread Eric Evans (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Evans updated CASSANDRA-1704:
--

Attachment: v2-0007-support-empty-unset-where-clause.txt
v2-0006-add-support-for-index-scans.txt
v2-0005-backfill-missing-system-tests.txt
v2-0004-wrap-AvroRemoteExceptions-in-CQLExcpetions.txt
v2-0003-make-avro-exception-factory-methods-public.txt
v2-0002-refactor-CQL-SELECT-to-be-more-SQLish.txt
v2-0001-CASSANDRA-1704.-doc-update-for-proposed-SELECT.txt

> CQL reads (aka SELECT)
> --
>
> Key: CASSANDRA-1704
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1704
> Project: Cassandra
>  Issue Type: Sub-task
>  Components: API
>Affects Versions: 0.8
>Reporter: Eric Evans
>Priority: Minor
> Fix For: 0.8
>
> Attachments: CQL.html, 
> v1-0001-CASSANDRA-1704.-doc-update-for-proposed-SELECT.txt, 
> v2-0001-CASSANDRA-1704.-doc-update-for-proposed-SELECT.txt, 
> v2-0002-refactor-CQL-SELECT-to-be-more-SQLish.txt, 
> v2-0003-make-avro-exception-factory-methods-public.txt, 
> v2-0004-wrap-AvroRemoteExceptions-in-CQLExcpetions.txt, 
> v2-0005-backfill-missing-system-tests.txt, 
> v2-0006-add-support-for-index-scans.txt, 
> v2-0007-support-empty-unset-where-clause.txt
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> Data access specification and implementation for CQL.  
> This corresponds to the following RPC methods:
> * get()
> * get_slice()
> * get_count()
> * multiget_slice()
> * multiget_count()
> * get_range_slices()
> * get_indexed_slices()
> The initial check-in to trunk/ uses a syntax that looks like:
> {code:SQL}
> SELECT (FROM)?  [USING CONSISTENCY.] WHERE  [ROWLIMIT X] 
> [COLLIMIT Y] [ASC|DESC]
> {code}
> Where:
> *  is the column family name.
> *  consists of relations chained by the AND keyword.
> *  corresponds to one of the enum values in the RPC interface(s).
> What is still undone:
> * Support for indexes
> * Counts
> * Complete test coverage
> And of course, all of this is still very much open to further discussion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (CASSANDRA-1704) CQL reads (aka SELECT)

2010-11-06 Thread Eric Evans (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Evans updated CASSANDRA-1704:
--

Attachment: CQL.html

> CQL reads (aka SELECT)
> --
>
> Key: CASSANDRA-1704
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1704
> Project: Cassandra
>  Issue Type: Sub-task
>  Components: API
>Affects Versions: 0.8
>Reporter: Eric Evans
>Priority: Minor
> Fix For: 0.8
>
> Attachments: CQL.html, 
> v1-0001-CASSANDRA-1704.-doc-update-for-proposed-SELECT.txt
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> Data access specification and implementation for CQL.  
> This corresponds to the following RPC methods:
> * get()
> * get_slice()
> * get_count()
> * multiget_slice()
> * multiget_count()
> * get_range_slices()
> * get_indexed_slices()
> The initial check-in to trunk/ uses a syntax that looks like:
> {code:SQL}
> SELECT (FROM)?  [USING CONSISTENCY.] WHERE  [ROWLIMIT X] 
> [COLLIMIT Y] [ASC|DESC]
> {code}
> Where:
> *  is the column family name.
> *  consists of relations chained by the AND keyword.
> *  corresponds to one of the enum values in the RPC interface(s).
> What is still undone:
> * Support for indexes
> * Counts
> * Complete test coverage
> And of course, all of this is still very much open to further discussion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (CASSANDRA-1704) CQL reads (aka SELECT)

2010-11-06 Thread Eric Evans (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Evans updated CASSANDRA-1704:
--

Attachment: v1-0001-CASSANDRA-1704.-doc-update-for-proposed-SELECT.txt

> CQL reads (aka SELECT)
> --
>
> Key: CASSANDRA-1704
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1704
> Project: Cassandra
>  Issue Type: Sub-task
>  Components: API
>Affects Versions: 0.8
>Reporter: Eric Evans
>Priority: Minor
> Fix For: 0.8
>
> Attachments: 
> v1-0001-CASSANDRA-1704.-doc-update-for-proposed-SELECT.txt
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> Data access specification and implementation for CQL.  
> This corresponds to the following RPC methods:
> * get()
> * get_slice()
> * get_count()
> * multiget_slice()
> * multiget_count()
> * get_range_slices()
> * get_indexed_slices()
> The initial check-in to trunk/ uses a syntax that looks like:
> {code:SQL}
> SELECT (FROM)?  [USING CONSISTENCY.] WHERE  [ROWLIMIT X] 
> [COLLIMIT Y] [ASC|DESC]
> {code}
> Where:
> *  is the column family name.
> *  consists of relations chained by the AND keyword.
> *  corresponds to one of the enum values in the RPC interface(s).
> What is still undone:
> * Support for indexes
> * Counts
> * Complete test coverage
> And of course, all of this is still very much open to further discussion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (CASSANDRA-1704) CQL reads (aka SELECT)

2010-11-04 Thread Eric Evans (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Evans updated CASSANDRA-1704:
--

Description: 
Data access specification and implementation for CQL.  

This corresponds to the following RPC methods:

* get()
* get_slice()
* get_count()
* multiget_slice()
* multiget_count()
* get_range_slices()
* get_indexed_slices()

The initial check-in to trunk/ uses a syntax that looks like:

{code:SQL}
SELECT (FROM)?  [USING CONSISTENCY.] WHERE  [ROWLIMIT X] 
[COLLIMIT Y] [ASC|DESC]
{code}

Where:
*  is the column family name.
*  consists of relations chained by the AND keyword.
*  corresponds to one of the enum values in the RPC interface(s).

What is still undone:
* Support for indexes
* Counts
* Complete test coverage

And of course, all of this is still very much open to further discussion.


  was:
Data access specification and implementation for CQL.  

This corresponds to the following RPC methods:

* get()
* get_slice()
* get_count()
* multiget_slice()
* multiget_count()
* get_range_slices()
* get_indexed_slices()

The initial check-in to trunk/ uses a syntax that looks like:

{code:SQL}
SELECT (FROM)?  [USING CONSISTENCY.] WHERE  [ROWLIMIT X] 
[COLLIMIT Y] [ASC|DESC]
{code}

Where:
*  is the column family name.
*  consists of relations chained by the AND keyword.
*  corresponds to one of the enum values in the RPC interface(s).

What is still undone:
* Support for indexes
* Counts
* Complete text coverage

And of course, all of this is still very much open to further discussion.



> CQL reads (aka SELECT)
> --
>
> Key: CASSANDRA-1704
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1704
> Project: Cassandra
>  Issue Type: Sub-task
>  Components: API
>Affects Versions: 0.8
>Reporter: Eric Evans
>Priority: Minor
> Fix For: 0.8
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> Data access specification and implementation for CQL.  
> This corresponds to the following RPC methods:
> * get()
> * get_slice()
> * get_count()
> * multiget_slice()
> * multiget_count()
> * get_range_slices()
> * get_indexed_slices()
> The initial check-in to trunk/ uses a syntax that looks like:
> {code:SQL}
> SELECT (FROM)?  [USING CONSISTENCY.] WHERE  [ROWLIMIT X] 
> [COLLIMIT Y] [ASC|DESC]
> {code}
> Where:
> *  is the column family name.
> *  consists of relations chained by the AND keyword.
> *  corresponds to one of the enum values in the RPC interface(s).
> What is still undone:
> * Support for indexes
> * Counts
> * Complete test coverage
> And of course, all of this is still very much open to further discussion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.