Class KeyBound


  • @NonNullApi
    @NonNullFields
    public class KeyBound
    extends java.lang.Object
    This class represents a bound for range with list of keys and relation
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyBound​(java.util.List<tech.ytsaurus.ysontree.YTreeNode> key)  
      KeyBound​(Relation relation, java.util.List<tech.ytsaurus.ysontree.YTreeNode> key)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      static KeyBound fromTree​(tech.ytsaurus.ysontree.YTreeNode node)  
      int hashCode()  
      static KeyBound of​(Relation relation, tech.ytsaurus.ysontree.YTreeNode... key)  
      static KeyBound of​(tech.ytsaurus.ysontree.YTreeNode... key)  
      tech.ytsaurus.ysontree.YTreeBuilder toTree​(tech.ytsaurus.ysontree.YTreeBuilder builder)
      For converting to yson representation
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeyBound

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

        public KeyBound​(Relation relation,
                        java.util.List<tech.ytsaurus.ysontree.YTreeNode> key)
    • Method Detail

      • of

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

        public static KeyBound of​(Relation relation,
                                  tech.ytsaurus.ysontree.YTreeNode... key)
      • 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
      • fromTree

        public static KeyBound fromTree​(tech.ytsaurus.ysontree.YTreeNode node)
      • toTree

        public tech.ytsaurus.ysontree.YTreeBuilder toTree​(tech.ytsaurus.ysontree.YTreeBuilder builder)
        For converting to yson representation