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 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)
-
toTree
public tech.ytsaurus.ysontree.YTreeBuilder toTree(tech.ytsaurus.ysontree.YTreeBuilder builder)
For converting to yson representation
-
-