Class YqlListingQuery

java.lang.Object
tech.ydb.yoj.repository.ydb.yql.YqlListingQuery

public final class YqlListingQuery extends Object
  • Method Details

    • toYqlPredicate

      public static <T extends tech.ydb.yoj.repository.db.Entity<T>> YqlPredicate toYqlPredicate(@NonNull @NonNull tech.ydb.yoj.databind.expression.FilterExpression<T> filter)
    • toYqlOrderBy

      public static <T extends tech.ydb.yoj.repository.db.Entity<T>> YqlOrderBy toYqlOrderBy(@NonNull @NonNull tech.ydb.yoj.databind.expression.OrderExpression<T> orderBy)