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:

ParameterTypeDescription
arg1unknown
arg2unknown

Returns: unknownThe result of splitting the node.