Uses of Enum Class
io.dingodb.sdk.service.entity.common.ScalarField.DataNest.Nest
Packages that use ScalarField.DataNest.Nest
-
Uses of ScalarField.DataNest.Nest in io.dingodb.sdk.service.entity.common
Methods in io.dingodb.sdk.service.entity.common that return ScalarField.DataNest.NestModifier and TypeMethodDescriptionScalarField.DataNest.BoolData.nest()ScalarField.DataNest.BytesData.nest()ScalarField.DataNest.DatetimeData.nest()ScalarField.DataNest.DoubleData.nest()ScalarField.DataNest.FloatData.nest()ScalarField.DataNest.IntData.nest()ScalarField.DataNest.LongData.nest()ScalarField.DataNest.nest()ScalarField.DataNest.StringData.nest()static ScalarField.DataNest.NestReturns the enum constant of this class with the specified name.static ScalarField.DataNest.Nest[]ScalarField.DataNest.Nest.values()Returns an array containing the constants of this enum class, in the order they are declared.