| Package | Description |
|---|---|
| com.datastax.oss.dsbulk.mapping |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CQLFragment
A fragment of CQL language included in a mapping definition or in a CQL query.
|
interface |
MappingField
A field in a mapping definition.
|
| 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.
|
class |
IndexedMappingField
A field in a mapping declaration, identified by a zero-based integer index.
|
class |
MappedMappingField
A field in a mapping definition identified by an alphanumeric name.
|
| Modifier and Type | Method and Description |
|---|---|
MappingToken |
MappingInspector.visitIndexedEntry(com.datastax.oss.dsbulk.generated.mapping.MappingParser.IndexedEntryContext ctx) |
MappingToken |
MappingInspector.visitInferredMappedEntry(com.datastax.oss.dsbulk.generated.mapping.MappingParser.InferredMappedEntryContext ctx) |
MappingToken |
MappingInspector.visitMapping(com.datastax.oss.dsbulk.generated.mapping.MappingParser.MappingContext ctx) |
MappingToken |
MappingInspector.visitRegularMappedEntry(com.datastax.oss.dsbulk.generated.mapping.MappingParser.RegularMappedEntryContext ctx) |
MappingToken |
MappingInspector.visitSimpleEntry(com.datastax.oss.dsbulk.generated.mapping.MappingParser.SimpleEntryContext ctx) |
Copyright © 2017–2021 DataStax. All rights reserved.