public interface RecordMetadata
record, in particular which field types it
contains.| Modifier and Type | Method and Description |
|---|---|
GenericType<?> |
getFieldType(Field field,
DataType cqlType)
Returns the type of the given field.
|
@NonNull GenericType<?> getFieldType(@NonNull Field field, @NonNull DataType cqlType)
field - the field to get the type from.cqlType - the CQL type associated with the given field.Copyright © 2017–2021 DataStax. All rights reserved.