PHPSQLParser\processors\PartitionDefinitionProcessor::getOperatorType PHP Method

getOperatorType() protected method

protected getOperatorType ( $token )
    protected function getOperatorType($token)
    {
        return array('expr_type' => ExpressionType::OPERATOR, 'base_expr' => $token);
    }