public interface CreateDseFunctionWithNullOption
Modifier and Type | Method and Description |
---|---|
CreateDseFunctionWithType |
returnsType(DataType dataType)
Adds RETURNS to the create function specification.
|
@NonNull CreateDseFunctionWithType returnsType(@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.