| Package | Description |
|---|---|
| com.datastax.oss.dsbulk.mapping | |
| com.datastax.oss.dsbulk.workflow.commons.schema |
| Modifier and Type | Class and Description |
|---|---|
class |
CQLLiteral
A CQL literal, such as an integer, float, UUID, hex number, boolean, or string literal.
|
class |
CQLWord
A CQL identifier (keyspace, table, column, named bound variable, etc).
|
class |
FunctionCall
A CQL function call as declared in a query or in a mapping entry.
|
| Modifier and Type | Method and Description |
|---|---|
CQLFragment |
MappingInspector.visitFunctionArg(com.datastax.oss.dsbulk.generated.mapping.MappingParser.FunctionArgContext ctx) |
CQLFragment |
MappingInspector.visitVariableOrFunction(com.datastax.oss.dsbulk.generated.mapping.MappingParser.VariableOrFunctionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
com.datastax.oss.driver.shaded.guava.common.collect.ImmutableList<CQLFragment> |
FunctionCall.getArgs() |
com.datastax.oss.driver.shaded.guava.common.collect.ImmutableMultimap<MappingField,CQLFragment> |
MappingInspector.getExplicitMappings() |
static com.datastax.oss.driver.shaded.guava.common.collect.LinkedHashMultimap<MappingField,CQLFragment> |
MappingInspector.sortFieldsByIndex(com.datastax.oss.driver.shaded.guava.common.collect.Multimap<MappingField,CQLFragment> unsorted) |
| Modifier and Type | Method and Description |
|---|---|
static com.datastax.oss.driver.shaded.guava.common.collect.LinkedHashMultimap<MappingField,CQLFragment> |
MappingInspector.sortFieldsByIndex(com.datastax.oss.driver.shaded.guava.common.collect.Multimap<MappingField,CQLFragment> unsorted) |
| Constructor and Description |
|---|
FunctionCall(CQLWord keyspaceName,
CQLWord functionName,
CQLFragment... args) |
| Constructor and Description |
|---|
FunctionCall(CQLWord keyspaceName,
CQLWord functionName,
List<CQLFragment> args) |
| Modifier and Type | Method and Description |
|---|---|
CQLFragment |
QueryInspector.visitBatchStatement(com.datastax.oss.dsbulk.generated.cql3.CqlParser.BatchStatementContext ctx) |
CQLFragment |
QueryInspector.visitColumnFamilyName(com.datastax.oss.dsbulk.generated.cql3.CqlParser.ColumnFamilyNameContext ctx) |
CQLFragment |
QueryInspector.visitColumnOperationDifferentiator(com.datastax.oss.dsbulk.generated.cql3.CqlParser.ColumnOperationDifferentiatorContext ctx) |
CQLFragment |
QueryInspector.visitDeleteStatement(com.datastax.oss.dsbulk.generated.cql3.CqlParser.DeleteStatementContext ctx) |
CQLFragment |
QueryInspector.visitInsertStatement(com.datastax.oss.dsbulk.generated.cql3.CqlParser.InsertStatementContext ctx) |
CQLFragment |
QueryInspector.visitJsonInsertStatement(com.datastax.oss.dsbulk.generated.cql3.CqlParser.JsonInsertStatementContext ctx) |
CQLFragment |
QueryInspector.visitNormalInsertStatement(com.datastax.oss.dsbulk.generated.cql3.CqlParser.NormalInsertStatementContext ctx) |
CQLFragment |
QueryInspector.visitRelation(com.datastax.oss.dsbulk.generated.cql3.CqlParser.RelationContext ctx) |
CQLFragment |
QueryInspector.visitSelectClause(com.datastax.oss.dsbulk.generated.cql3.CqlParser.SelectClauseContext ctx) |
CQLFragment |
QueryInspector.visitSelector(com.datastax.oss.dsbulk.generated.cql3.CqlParser.SelectorContext ctx) |
CQLFragment |
QueryInspector.visitSelectStatement(com.datastax.oss.dsbulk.generated.cql3.CqlParser.SelectStatementContext ctx) |
CQLFragment |
QueryInspector.visitTerm(com.datastax.oss.dsbulk.generated.cql3.CqlParser.TermContext ctx) |
CQLFragment |
QueryInspector.visitUnaliasedSelector(com.datastax.oss.dsbulk.generated.cql3.CqlParser.UnaliasedSelectorContext ctx) |
CQLFragment |
QueryInspector.visitUpdateStatement(com.datastax.oss.dsbulk.generated.cql3.CqlParser.UpdateStatementContext ctx) |
CQLFragment |
QueryInspector.visitUsingClauseDelete(com.datastax.oss.dsbulk.generated.cql3.CqlParser.UsingClauseDeleteContext ctx) |
CQLFragment |
QueryInspector.visitUsingClauseObjective(com.datastax.oss.dsbulk.generated.cql3.CqlParser.UsingClauseObjectiveContext ctx) |
CQLFragment |
QueryInspector.visitValue(com.datastax.oss.dsbulk.generated.cql3.CqlParser.ValueContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
com.datastax.oss.driver.shaded.guava.common.collect.ImmutableMap<CQLWord,CQLFragment> |
QueryInspector.getAssignments() |
com.datastax.oss.driver.shaded.guava.common.collect.ImmutableMap<CQLFragment,CQLFragment> |
QueryInspector.getResultSetVariables() |
com.datastax.oss.driver.shaded.guava.common.collect.ImmutableMap<CQLFragment,CQLFragment> |
QueryInspector.getResultSetVariables() |
com.datastax.oss.driver.shaded.guava.common.collect.ImmutableSet<CQLFragment> |
QueryInspector.getWriteTimeVariables() |
Copyright © 2017–2021 DataStax. All rights reserved.