<?php //688222d23fb7ed4141d14e7cab457680

return [PHP_INT_MAX, static fn () => \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\\SingleSelectSqlFinalizer'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer')),
        clone ($p['Doctrine\\ORM\\Query\\ResultSetMapping'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\ResultSetMapping')),
    ],
    null,
    [
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT DISTINCT id_4 FROM (SELECT DISTINCT id_4, position_17, position_15 FROM (SELECT s0_.code AS code_0, s0_.created_at AS created_at_1, s0_.updated_at AS updated_at_2, s0_.enabled AS enabled_3, s0_.id AS id_4, s0_.variant_selection_method AS variant_selection_method_5, s0_.average_rating AS average_rating_6, s1_.name AS name_7, s1_.slug AS slug_8, s1_.description AS description_9, s1_.meta_keywords AS meta_keywords_10, s1_.meta_description AS meta_description_11, s1_.id AS id_12, s1_.short_description AS short_description_13, s1_.locale AS locale_14, s2_.position AS position_15, s2_.id AS id_16, s3_.position AS position_17, s3_.id AS id_18, s4_.code AS code_19, s4_.tree_left AS tree_left_20, s4_.tree_right AS tree_right_21, s4_.tree_level AS tree_level_22, s4_.position AS position_23, s4_.enabled AS enabled_24, s4_.id AS id_25, s4_.created_at AS created_at_26, s4_.updated_at AS updated_at_27 FROM sylius_product s0_ INNER JOIN sylius_product_translation s1_ ON s0_.id = s1_.translatable_id AND (s1_.locale = ?) INNER JOIN sylius_product_taxon s2_ ON s0_.id = s2_.product_id INNER JOIN sylius_taxon s4_ ON s2_.taxon_id = s4_.id LEFT JOIN sylius_product_taxon s3_ ON s0_.id = s3_.product_id AND (s3_.taxon_id = ?) WHERE s4_.tree_left >= ? AND s4_.tree_right <= ? AND s4_.tree_root = ? AND EXISTS (SELECT 1 FROM sylius_product_channels s5_ WHERE s5_.product_id = s0_.id AND s5_.channel_id IN (?)) AND s0_.enabled = ? ORDER BY s2_.id ASC, s3_.id ASC) dctrn_result_inner ORDER BY position_17 ASC, position_15 ASC, id_4 ASC) dctrn_result',
            ],
        ],
        'stdClass' => [
            'isMixed' => [
                2 => true,
            ],
            'aliasMap' => [
                2 => [
                    'o' => 'App\\Entity\\Product\\Product',
                    'translation' => 'App\\Entity\\Product\\ProductTranslation',
                    'productTaxon' => 'App\\Entity\\Product\\ProductTaxon',
                    'productTaxons' => 'App\\Entity\\Product\\ProductTaxon',
                    'taxon' => 'App\\Entity\\Taxonomy\\Taxon',
                ],
            ],
            'relationMap' => [
                2 => [
                    'translation' => 'translations',
                    'productTaxon' => 'productTaxons',
                    'productTaxons' => 'productTaxons',
                    'taxon' => 'taxon',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'translation' => 'o',
                    'productTaxon' => 'o',
                    'productTaxons' => 'o',
                    'taxon' => 'productTaxon',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'code_0' => 'code',
                    'created_at_1' => 'createdAt',
                    'updated_at_2' => 'updatedAt',
                    'enabled_3' => 'enabled',
                    'id_4' => 'id',
                    'variant_selection_method_5' => 'variantSelectionMethod',
                    'average_rating_6' => 'averageRating',
                    'name_7' => 'name',
                    'slug_8' => 'slug',
                    'description_9' => 'description',
                    'meta_keywords_10' => 'metaKeywords',
                    'meta_description_11' => 'metaDescription',
                    'id_12' => 'id',
                    'short_description_13' => 'shortDescription',
                    'locale_14' => 'locale',
                    'position_15' => 'position',
                    'id_16' => 'id',
                    'position_17' => 'position',
                    'id_18' => 'id',
                    'code_19' => 'code',
                    'tree_left_20' => 'left',
                    'tree_right_21' => 'right',
                    'tree_level_22' => 'level',
                    'position_23' => 'position',
                    'enabled_24' => 'enabled',
                    'id_25' => 'id',
                    'created_at_26' => 'createdAt',
                    'updated_at_27' => 'updatedAt',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Entity\\Product\\Product' => [
                        'o' => [
                            'code' => 'code_0',
                            'createdAt' => 'created_at_1',
                            'updatedAt' => 'updated_at_2',
                            'enabled' => 'enabled_3',
                            'id' => 'id_4',
                            'variantSelectionMethod' => 'variant_selection_method_5',
                            'averageRating' => 'average_rating_6',
                        ],
                    ],
                    'App\\Entity\\Product\\ProductTranslation' => [
                        'translation' => [
                            'name' => 'name_7',
                            'slug' => 'slug_8',
                            'description' => 'description_9',
                            'metaKeywords' => 'meta_keywords_10',
                            'metaDescription' => 'meta_description_11',
                            'id' => 'id_12',
                            'shortDescription' => 'short_description_13',
                            'locale' => 'locale_14',
                        ],
                    ],
                    'App\\Entity\\Product\\ProductTaxon' => [
                        'productTaxon' => [
                            'position' => 'position_15',
                            'id' => 'id_16',
                        ],
                        'productTaxons' => [
                            'position' => 'position_17',
                            'id' => 'id_18',
                        ],
                    ],
                    'App\\Entity\\Taxonomy\\Taxon' => [
                        'taxon' => [
                            'code' => 'code_19',
                            'left' => 'tree_left_20',
                            'right' => 'tree_right_21',
                            'level' => 'tree_level_22',
                            'position' => 'position_23',
                            'enabled' => 'enabled_24',
                            'id' => 'id_25',
                            'createdAt' => 'created_at_26',
                            'updatedAt' => 'updated_at_27',
                        ],
                    ],
                ],
            ],
            'scalarMappings' => [
                2 => [
                    'id_4' => 'id',
                ],
            ],
            'typeMappings' => [
                2 => [
                    'id_4' => 'string',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'o' => null,
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'code_0' => 'o',
                    'created_at_1' => 'o',
                    'updated_at_2' => 'o',
                    'enabled_3' => 'o',
                    'id_4' => 'o',
                    'variant_selection_method_5' => 'o',
                    'average_rating_6' => 'o',
                    'name_7' => 'translation',
                    'slug_8' => 'translation',
                    'description_9' => 'translation',
                    'meta_keywords_10' => 'translation',
                    'meta_description_11' => 'translation',
                    'id_12' => 'translation',
                    'short_description_13' => 'translation',
                    'locale_14' => 'translation',
                    'position_15' => 'productTaxon',
                    'id_16' => 'productTaxon',
                    'position_17' => 'productTaxons',
                    'id_18' => 'productTaxons',
                    'code_19' => 'taxon',
                    'tree_left_20' => 'taxon',
                    'tree_right_21' => 'taxon',
                    'tree_level_22' => 'taxon',
                    'position_23' => 'taxon',
                    'enabled_24' => 'taxon',
                    'id_25' => 'taxon',
                    'created_at_26' => 'taxon',
                    'updated_at_27' => 'taxon',
                ],
            ],
            'indexByMap' => [
                2 => [
                    'translation' => 'locale_14',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'code_0' => 'App\\Entity\\Product\\Product',
                    'created_at_1' => 'App\\Entity\\Product\\Product',
                    'updated_at_2' => 'App\\Entity\\Product\\Product',
                    'enabled_3' => 'App\\Entity\\Product\\Product',
                    'id_4' => 'App\\Entity\\Product\\Product',
                    'variant_selection_method_5' => 'App\\Entity\\Product\\Product',
                    'average_rating_6' => 'App\\Entity\\Product\\Product',
                    'name_7' => 'App\\Entity\\Product\\ProductTranslation',
                    'slug_8' => 'App\\Entity\\Product\\ProductTranslation',
                    'description_9' => 'App\\Entity\\Product\\ProductTranslation',
                    'meta_keywords_10' => 'App\\Entity\\Product\\ProductTranslation',
                    'meta_description_11' => 'App\\Entity\\Product\\ProductTranslation',
                    'id_12' => 'App\\Entity\\Product\\ProductTranslation',
                    'short_description_13' => 'App\\Entity\\Product\\ProductTranslation',
                    'locale_14' => 'App\\Entity\\Product\\ProductTranslation',
                    'position_15' => 'App\\Entity\\Product\\ProductTaxon',
                    'id_16' => 'App\\Entity\\Product\\ProductTaxon',
                    'position_17' => 'App\\Entity\\Product\\ProductTaxon',
                    'id_18' => 'App\\Entity\\Product\\ProductTaxon',
                    'code_19' => 'App\\Entity\\Taxonomy\\Taxon',
                    'tree_left_20' => 'App\\Entity\\Taxonomy\\Taxon',
                    'tree_right_21' => 'App\\Entity\\Taxonomy\\Taxon',
                    'tree_level_22' => 'App\\Entity\\Taxonomy\\Taxon',
                    'position_23' => 'App\\Entity\\Taxonomy\\Taxon',
                    'enabled_24' => 'App\\Entity\\Taxonomy\\Taxon',
                    'id_25' => 'App\\Entity\\Taxonomy\\Taxon',
                    'created_at_26' => 'App\\Entity\\Taxonomy\\Taxon',
                    'updated_at_27' => 'App\\Entity\\Taxonomy\\Taxon',
                ],
            ],
        ],
    ],
    $o[0],
    [
        [
            "\0".'Doctrine\\ORM\\Query\\ParserResult'."\0".'sqlExecutor' => null,
            "\0".'Doctrine\\ORM\\Query\\ParserResult'."\0".'sqlFinalizer' => $o[1],
            "\0".'Doctrine\\ORM\\Query\\ParserResult'."\0".'resultSetMapping' => $o[2],
            "\0".'Doctrine\\ORM\\Query\\ParserResult'."\0".'parameterMappings' => [
                'locale' => [
                    0,
                    0,
                    0,
                ],
                'taxonId' => [
                    1,
                    1,
                    1,
                ],
                'taxonLeft' => [
                    2,
                    2,
                    2,
                ],
                'taxonRight' => [
                    3,
                    3,
                    3,
                ],
                'taxonRoot' => [
                    4,
                    4,
                    4,
                ],
                'channel' => [
                    5,
                    5,
                    5,
                ],
                'enabled' => [
                    6,
                    6,
                    6,
                ],
            ],
        ],
    ]
)];
