EdgeIndexBaseBase._split method
EdgeIndexBaseBase › _split
Unofficial
Split an overflowing tree node into two nodes.Signature:
_split(arg1: unknown, arg2: unknown): unknownParameters:
| Parameter | Type | Description |
|---|---|---|
| arg1 | unknown | |
| arg2 | unknown |
Returns: unknown — The result of splitting the node.