| Package | Description |
|---|---|
| eu.dnetlib.utils.cql |
| Modifier and Type | Field and Description |
|---|---|
CqlQuery |
CqlParser.cql_return.query |
CqlQuery |
CqlParser.cqlquery_return.query |
| Modifier and Type | Method and Description |
|---|---|
static CqlQuery |
Cql.parse(String text)
Parse cql query in
text and return the respective cql
query object. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CqlQuery.contains(CqlQuery query)
Return
true if this query is a superset of
query, otherwise false. |
static String |
Cql.encode(CqlQuery query)
Writes
query as string. |
Copyright © 2022. All rights reserved.