Package tech.ytsaurus.core.cypress
Class KeyBound
- java.lang.Object
-
- tech.ytsaurus.core.cypress.KeyBound
-
@NonNullApi @NonNullFields public class KeyBound extends java.lang.Object
This class represents a bound for range with list of keys and relation
-
-
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
-
-
-
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)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.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
-
-