public interface CreateAggregateStateFunc
Modifier and Type | Method and Description |
---|---|
CreateAggregateEnd |
withSType(DataType dataType)
Adds STYPE to the create aggregate query.
|
@NonNull CreateAggregateEnd withSType(@NonNull DataType dataType)
To create the data type, use the constants and static methods in DataTypes
, or
SchemaBuilder.udt(CqlIdentifier, boolean)
.
Copyright © 2017–2021. All rights reserved.