Class RangeLimit


  • @NonNullApi
    @NonNullFields
    public class RangeLimit
    extends java.lang.Object
    • Field Detail

      • key

        public final java.util.List<tech.ytsaurus.ysontree.YTreeNode> key
      • rowIndex

        public final long rowIndex
      • offset

        public final long offset
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • row

        public static RangeLimit row​(long rowIndex)
      • offset

        public static RangeLimit offset​(long offset)
      • key

        public static RangeLimit key​(java.util.List<tech.ytsaurus.ysontree.YTreeNode> key)
      • key

        public static RangeLimit key​(tech.ytsaurus.ysontree.YTreeNode... key)
      • key

        public static RangeLimit key​(Relation relation,
                                     tech.ytsaurus.ysontree.YTreeNode... key)
      • toTree

        public tech.ytsaurus.ysontree.YTreeBuilder toTree​(tech.ytsaurus.ysontree.YTreeBuilder builder)