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
      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, equals, finalize, getClass, hashCode, 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)
      • toTree

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