Uses of Enum Class
tech.ydb.yoj.repository.ydb.statement.PredicateStatement.CollectionKind
Packages that use PredicateStatement.CollectionKind
-
Uses of PredicateStatement.CollectionKind in tech.ydb.yoj.repository.ydb.statement
Methods in tech.ydb.yoj.repository.ydb.statement that return PredicateStatement.CollectionKindModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PredicateStatement.CollectionKind[]PredicateStatement.CollectionKind.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PredicateStatement.CollectionKind in tech.ydb.yoj.repository.ydb.yql
Methods in tech.ydb.yoj.repository.ydb.yql with parameters of type PredicateStatement.CollectionKindModifier and TypeMethodDescriptionstatic <T> YqlPredicateParam<T>YqlPredicateParam.of(String fieldPath, T value, boolean optional, PredicateStatement.ComplexField structKind, PredicateStatement.CollectionKind collectionKind)