Uses of Class
io.trino.geospatial.KdbTree.Node
Packages that use KdbTree.Node
-
Uses of KdbTree.Node in io.trino.geospatial
Methods in io.trino.geospatial that return KdbTree.NodeModifier and TypeMethodDescriptionKdbTree.getRoot()static KdbTree.NodeKdbTree.Node.newInternal(Rectangle extent, KdbTree.Node left, KdbTree.Node right) static KdbTree.NodeMethods in io.trino.geospatial that return types with arguments of type KdbTree.NodeMethods in io.trino.geospatial with parameters of type KdbTree.NodeModifier and TypeMethodDescriptionstatic KdbTree.NodeKdbTree.Node.newInternal(Rectangle extent, KdbTree.Node left, KdbTree.Node right) Constructors in io.trino.geospatial with parameters of type KdbTree.NodeConstructor parameters in io.trino.geospatial with type arguments of type KdbTree.NodeModifierConstructorDescriptionNode(Rectangle extent, OptionalInt leafId, Optional<KdbTree.Node> left, Optional<KdbTree.Node> right)