| Package | Description | 
|---|---|
| com.datastax.driver.core.querybuilder | A CQL3 query builder. | 
| Modifier and Type | Method and Description | 
|---|---|
| Select.SelectionOrAlias | Select.Selection. avg(Object column)Creates an  avg(x)built-in function call. | 
| Select.SelectionOrAlias | Select.SelectionOrAlias. avg(Object column) | 
| Select.SelectionOrAlias | Select.Selection. cast(Object column,
    DataType targetType)Creates a cast of an expression to a given CQL type. | 
| Select.SelectionOrAlias | Select.SelectionOrAlias. cast(Object column,
    DataType targetType) | 
| abstract Select.SelectionOrAlias | Select.Selection. column(String name)Selects the provided column. | 
| Select.SelectionOrAlias | Select.SelectionOrAlias. column(String name) | 
| Select.SelectionOrAlias | Select.Selection. count(Object column)Creates a  count(x)built-in function call. | 
| Select.SelectionOrAlias | Select.SelectionOrAlias. count(Object column) | 
| abstract Select.SelectionOrAlias | Select.Selection. fcall(String name,
     Object... parameters)Creates a function call. | 
| Select.SelectionOrAlias | Select.SelectionOrAlias. fcall(String name,
     Object... parameters) | 
| Select.SelectionOrAlias | Select.Selection. max(Object column)Creates a  max(x)built-in function call. | 
| Select.SelectionOrAlias | Select.SelectionOrAlias. max(Object column) | 
| Select.SelectionOrAlias | Select.Selection. min(Object column)Creates a  min(x)built-in function call. | 
| Select.SelectionOrAlias | Select.SelectionOrAlias. min(Object column) | 
| Select.SelectionOrAlias | Select.Selection. path(String... segments)Selects the provided path. | 
| Select.SelectionOrAlias | Select.SelectionOrAlias. path(String... segments) | 
| Select.SelectionOrAlias | Select.Selection. raw(String rawString)Selects the provided raw expression. | 
| Select.SelectionOrAlias | Select.SelectionOrAlias. raw(String rawString) | 
| Select.SelectionOrAlias | Select.Selection. sum(Object column)Creates a  sum(x)built-in function call. | 
| Select.SelectionOrAlias | Select.SelectionOrAlias. sum(Object column) | 
| Select.SelectionOrAlias | Select.Selection. toJson(String column)Creates a  toJson()function call. | 
| Select.SelectionOrAlias | Select.SelectionOrAlias. toJson(String name) | 
| abstract Select.SelectionOrAlias | Select.Selection. ttl(String name)Selects the ttl of provided column. | 
| Select.SelectionOrAlias | Select.SelectionOrAlias. ttl(String name) | 
| abstract Select.SelectionOrAlias | Select.Selection. writeTime(String name)Selects the write time of provided column. | 
| Select.SelectionOrAlias | Select.SelectionOrAlias. writeTime(String name) | 
Copyright © 2012–2025. All rights reserved.