mini\Table\ColumnDef::canOrder() Method

public

Signature

public function canOrder(array $orderColumns): bool

Parameters

Name Type Default Description
$orderColumns array required Documentation missing

Returns

bool

Documentation

Check if this index can efficiently handle the given order columns

The index can handle ordering if the order columns are a prefix of the index columns.

Source

src/Table/ColumnDef.php:95-109