<?php return [PHP_INT_MAX, static function () {

    return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
        $o = [
            clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Doctrine\\ORM\\Query\\ParserResult'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\ParserResult')),
            clone ($p['Doctrine\\ORM\\Query\\Exec\\SingleSelectExecutor'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\Exec\\SingleSelectExecutor')),
            clone ($p['Doctrine\\ORM\\Query\\ResultSetMapping'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\ResultSetMapping')),
        ],
        null,
        [
            'Doctrine\\ORM\\Query\\ParserResult' => [
                '_sqlExecutor' => [
                    $o[1],
                ],
                '_resultSetMapping' => [
                    $o[2],
                ],
            ],
            'Doctrine\\ORM\\Query\\Exec\\AbstractSqlExecutor' => [
                '_sqlStatements' => [
                    1 => 'SELECT c0_.comercio_id AS comercio_id_0, c0_.rut AS rut_1, c0_.nombre AS nombre_2, c0_.logo AS logo_3, c0_.calle AS calle_4, c0_.numero AS numero_5, c0_.telefono AS telefono_6, c0_.email AS email_7, c0_.estado AS estado_8, c0_.sitio_web AS sitio_web_9, c0_.latitud AS latitud_10, c0_.longitud AS longitud_11, c0_.origen_externo AS origen_externo_12, c0_.masivo AS masivo_13, c0_.masivo_bajo AS masivo_bajo_14, c0_.preferencial AS preferencial_15, c0_.pyme AS pyme_16, c0_.icono AS icono_17, c0_.mejorar_oferta AS mejorar_oferta_18, c0_.created_at AS created_at_19, c0_.created_by AS created_by_20, c0_.updated_at AS updated_at_21, c0_.updated_by AS updated_by_22, c0_.fecha_contacto AS fecha_contacto_23, c0_.cliente_empresa AS cliente_empresa_24, c0_.permanente AS permanente_25, c0_.fecha_inactivo_final AS fecha_inactivo_final_26, c0_.fecha_inactivo_inicial AS fecha_inactivo_inicial_27, c0_.comuna_id AS comuna_id_28, c0_.empresa_origen_id AS empresa_origen_id_29, c0_.categoria_id AS categoria_id_30 FROM comercio c0_ WHERE c0_.estado = \'Activo\' ORDER BY c0_.nombre ASC',
                ],
            ],
            'stdClass' => [
                'aliasMap' => [
                    2 => [
                        'c' => 'App\\Entity\\Comercio',
                    ],
                ],
                'fieldMappings' => [
                    2 => [
                        'comercio_id_0' => 'comercioId',
                        'rut_1' => 'rut',
                        'nombre_2' => 'nombre',
                        'logo_3' => 'logo',
                        'calle_4' => 'calle',
                        'numero_5' => 'numero',
                        'telefono_6' => 'telefono',
                        'email_7' => 'email',
                        'estado_8' => 'estado',
                        'sitio_web_9' => 'sitioWeb',
                        'latitud_10' => 'latitud',
                        'longitud_11' => 'longitud',
                        'origen_externo_12' => 'origenExterno',
                        'masivo_13' => 'masivo',
                        'masivo_bajo_14' => 'masivoBajo',
                        'preferencial_15' => 'preferencial',
                        'pyme_16' => 'pyme',
                        'icono_17' => 'icono',
                        'mejorar_oferta_18' => 'mejorarOferta',
                        'created_at_19' => 'createdAt',
                        'created_by_20' => 'createdBy',
                        'updated_at_21' => 'updatedAt',
                        'updated_by_22' => 'updatedBy',
                        'fecha_contacto_23' => 'fechaContacto',
                        'cliente_empresa_24' => 'clienteEmpresa',
                        'permanente_25' => 'permanente',
                        'fecha_inactivo_final_26' => 'fechaInactivoFinal',
                        'fecha_inactivo_inicial_27' => 'fechaInactivoInicial',
                    ],
                ],
                'typeMappings' => [
                    2 => [
                        'comuna_id_28' => 'integer',
                        'empresa_origen_id_29' => 'integer',
                        'categoria_id_30' => 'integer',
                    ],
                ],
                'entityMappings' => [
                    2 => [
                        'c' => null,
                    ],
                ],
                'metaMappings' => [
                    2 => [
                        'comuna_id_28' => 'comuna_id',
                        'empresa_origen_id_29' => 'empresa_origen_id',
                        'categoria_id_30' => 'categoria_id',
                    ],
                ],
                'columnOwnerMap' => [
                    2 => [
                        'comercio_id_0' => 'c',
                        'rut_1' => 'c',
                        'nombre_2' => 'c',
                        'logo_3' => 'c',
                        'calle_4' => 'c',
                        'numero_5' => 'c',
                        'telefono_6' => 'c',
                        'email_7' => 'c',
                        'estado_8' => 'c',
                        'sitio_web_9' => 'c',
                        'latitud_10' => 'c',
                        'longitud_11' => 'c',
                        'origen_externo_12' => 'c',
                        'masivo_13' => 'c',
                        'masivo_bajo_14' => 'c',
                        'preferencial_15' => 'c',
                        'pyme_16' => 'c',
                        'icono_17' => 'c',
                        'mejorar_oferta_18' => 'c',
                        'created_at_19' => 'c',
                        'created_by_20' => 'c',
                        'updated_at_21' => 'c',
                        'updated_by_22' => 'c',
                        'fecha_contacto_23' => 'c',
                        'cliente_empresa_24' => 'c',
                        'permanente_25' => 'c',
                        'fecha_inactivo_final_26' => 'c',
                        'fecha_inactivo_inicial_27' => 'c',
                        'comuna_id_28' => 'c',
                        'empresa_origen_id_29' => 'c',
                        'categoria_id_30' => 'c',
                    ],
                ],
                'declaringClasses' => [
                    2 => [
                        'comercio_id_0' => 'App\\Entity\\Comercio',
                        'rut_1' => 'App\\Entity\\Comercio',
                        'nombre_2' => 'App\\Entity\\Comercio',
                        'logo_3' => 'App\\Entity\\Comercio',
                        'calle_4' => 'App\\Entity\\Comercio',
                        'numero_5' => 'App\\Entity\\Comercio',
                        'telefono_6' => 'App\\Entity\\Comercio',
                        'email_7' => 'App\\Entity\\Comercio',
                        'estado_8' => 'App\\Entity\\Comercio',
                        'sitio_web_9' => 'App\\Entity\\Comercio',
                        'latitud_10' => 'App\\Entity\\Comercio',
                        'longitud_11' => 'App\\Entity\\Comercio',
                        'origen_externo_12' => 'App\\Entity\\Comercio',
                        'masivo_13' => 'App\\Entity\\Comercio',
                        'masivo_bajo_14' => 'App\\Entity\\Comercio',
                        'preferencial_15' => 'App\\Entity\\Comercio',
                        'pyme_16' => 'App\\Entity\\Comercio',
                        'icono_17' => 'App\\Entity\\Comercio',
                        'mejorar_oferta_18' => 'App\\Entity\\Comercio',
                        'created_at_19' => 'App\\Entity\\Comercio',
                        'created_by_20' => 'App\\Entity\\Comercio',
                        'updated_at_21' => 'App\\Entity\\Comercio',
                        'updated_by_22' => 'App\\Entity\\Comercio',
                        'fecha_contacto_23' => 'App\\Entity\\Comercio',
                        'cliente_empresa_24' => 'App\\Entity\\Comercio',
                        'permanente_25' => 'App\\Entity\\Comercio',
                        'fecha_inactivo_final_26' => 'App\\Entity\\Comercio',
                        'fecha_inactivo_inicial_27' => 'App\\Entity\\Comercio',
                    ],
                ],
            ],
        ],
        $o[0],
        []
    );

}];
