Skip to content

EdgeIndexBaseBase._split method

EdgeIndexBaseBase › _split

Unofficial

Split an overflowing tree node into two nodes.

Signature:

_split(arg1: unknown, arg2: unknown): unknown

Parameters:

Parameter Type Description
arg1 unknown
arg2 unknown

Returns: unknownThe result of splitting the node.