1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may not use this file except in compliance // with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an // "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. #pragma once #include #include #include #include #include #include #include #include #include "parquet/column_reader.h" #include "parquet/file_reader.h" #include "parquet/stream_writer.h" namespace parquet { /// \brief A class for reading Parquet files using an output stream type API. /// /// The values given must be of the correct type i.e. the type must /// match the file schema exactly otherwise a ParquetException will be /// thrown. /// /// The user must explicitly advance to the next row using the /// EndRow() function or EndRow input manipulator. /// /// Required and optional fields are supported: /// - Required fields are read using operator>>(T) /// - Optional fields are read with /// operator>>(std::optional) /// /// Note that operator>>(std::optional) can be used to read /// required fields. /// /// Similarly operator>>(T) can be used to read optional fields. /// However, if the value is not present then a ParquetException will /// be raised. /// /// Currently there is no support for repeated fields. /// class PARQUET_EXPORT StreamReader { public: template using optional = ::std::optional; // N.B. Default constructed objects are not usable. This // constructor is provided so that the object may be move // assigned afterwards. StreamReader() = default; explicit StreamReader(std::unique_ptr reader); ~StreamReader() = default; bool eof() const { return eof_; } int current_column() const { return column_index_; } int64_t current_row() const { return current_row_; } int num_columns() const; int64_t num_rows() const; // Moving is possible. StreamReader(StreamReader&&) = default; StreamReader& operator=(StreamReader&&) = default; // Copying is not allowed. StreamReader(const StreamReader&) = delete; StreamReader& operator=(const StreamReader&) = delete; StreamReader& operator>>(bool& v); StreamReader& operator>>(int8_t& v); StreamReader& operator>>(uint8_t& v); StreamReader& operator>>(int16_t& v); StreamReader& operator>>(uint16_t& v); StreamReader& operator>>(int32_t& v); StreamReader& operator>>(uint32_t& v); StreamReader& operator>>(int64_t& v); StreamReader& operator>>(uint64_t& v); StreamReader& operator>>(std::chrono::milliseconds& v); StreamReader& operator>>(std::chrono::microseconds& v); StreamReader& operator>>(float& v); StreamReader& operator>>(double& v); StreamReader& operator>>(char& v); template StreamReader& operator>>(char (&v)[N]) { ReadFixedLength(v, N); return *this; } template StreamReader& operator>>(std::array& v) { ReadFixedLength(v.data(), static_cast(N)); return *this; } // N.B. Cannot allow for reading to a arbitrary char pointer as the // length cannot be verified. Also it would overshadow the // char[N] input operator. // StreamReader& operator>>(char * v); StreamReader& operator>>(std::string& v); StreamReader& operator>>(::arrow::Decimal128& v); // Input operators for optional fields. StreamReader& operator>>(optional& v); StreamReader& operator>>(optional& v); StreamReader& operator>>(optional& v); StreamReader& operator>>(optional& v); StreamReader& operator>>(optional& v); StreamReader& operator>>(optional& v); StreamReader& operator>>(optional& v); StreamReader& operator>>(optional& v); StreamReader& operator>>(optional& v); StreamReader& operator>>(optional& v); StreamReader& operator>>(optional& v); StreamReader& operator>>(optional& v); StreamReader& operator>>(optional& v); StreamReader& operator>>(optional& v); StreamReader& operator>>(optional& v); StreamReader& operator>>(optional<::arrow::Decimal128>& v); template StreamReader& operator>>(optional>& v) { CheckColumn(Type::FIXED_LEN_BYTE_ARRAY, ConvertedType::NONE, N); FixedLenByteArray flba; if (ReadOptional(&flba)) { v = std::array{}; std::memcpy(v->data(), flba.ptr, N); } else { v.reset(); } return *this; } /// \brief Terminate current row and advance to next one. /// \throws ParquetException if all columns in the row were not /// read or skipped. void EndRow(); /// \brief Skip the data in the next columns. /// If the number of columns exceeds the columns remaining on the /// current row then skipping is terminated - it does _not_ continue /// skipping columns on the next row. /// Skipping of columns still requires the use 'EndRow' even if all /// remaining columns were skipped. /// \return Number of columns actually skipped. int64_t SkipColumns(int64_t num_columns_to_skip); /// \brief Skip the data in the next rows. /// Skipping of rows is not allowed if reading of data for the /// current row is not finished. /// Skipping of rows will be terminated if the end of file is /// reached. /// \return Number of rows actually skipped. int64_t SkipRows(int64_t num_rows_to_skip); protected: [[noreturn]] void ThrowReadFailedException( const std::shared_ptr& node); template void Read(T* v) { const auto& node = nodes_[column_index_]; auto reader = static_cast(column_readers_[column_index_++].get()); int16_t def_level; int16_t rep_level; int64_t values_read; reader->ReadBatch(kBatchSizeOne, &def_level, &rep_level, v, &values_read); if (values_read != 1) { ThrowReadFailedException(node); } } template void Read(T* v) { const auto& node = nodes_[column_index_]; auto reader = static_cast(column_readers_[column_index_++].get()); int16_t def_level; int16_t rep_level; ReadType tmp; int64_t values_read; reader->ReadBatch(kBatchSizeOne, &def_level, &rep_level, &tmp, &values_read); if (values_read == 1) { *v = tmp; } else { ThrowReadFailedException(node); } } template void ReadOptional(optional* v) { const auto& node = nodes_[column_index_]; auto reader = static_cast(column_readers_[column_index_++].get()); int16_t def_level; int16_t rep_level; ReadType tmp; int64_t values_read; reader->ReadBatch(kBatchSizeOne, &def_level, &rep_level, &tmp, &values_read); if (values_read == 1) { *v = T(tmp); } else if ((values_read == 0) && (def_level == 0)) { v->reset(); } else { ThrowReadFailedException(node); } } void ReadFixedLength(char* ptr, int len); void Read(ByteArray* v); void Read(FixedLenByteArray* v); bool ReadOptional(ByteArray* v); bool ReadOptional(FixedLenByteArray* v); void NextRowGroup(); void CheckColumn(Type::type physical_type, ConvertedType::type converted_type, int length = 0); void SkipRowsInColumn(ColumnReader* reader, int64_t num_rows_to_skip); void SetEof(); private: std::unique_ptr file_reader_; std::shared_ptr file_metadata_; std::shared_ptr row_group_reader_; std::vector> column_readers_; std::vector> nodes_; bool eof_{true}; int row_group_index_{0}; int column_index_{0}; int64_t current_row_{0}; int64_t row_group_row_offset_{0}; static constexpr int64_t kBatchSizeOne = 1; }; // namespace parquet PARQUET_EXPORT StreamReader& operator>>(StreamReader&, EndRowType); } // namespace parquet