mini\Table\ArrayTable::toIndexKey()
Method
private
Signature
private function toIndexKey(string $column, mixed $value): string
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$column |
string |
required | Documentation missing |
$value |
mixed |
required | Documentation missing |
Returns
string
Documentation
Convert a value to an index key based on column type.
Uses Index::packInt/packFloat for numeric types to ensure proper strcmp ordering.