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 "arrow/util/span.h" #include "parquet/column_writer.h" #include "parquet/file_writer.h" namespace parquet { /// \brief A class for writing 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 indicate the end of the row using the /// EndRow() function or EndRow output manipulator. /// /// A maximum row group size can be configured, the default size is /// 512MB. Alternatively the row group size can be set to zero and the /// user can create new row groups by calling the EndRowGroup() /// function or using the EndRowGroup output manipulator. /// /// Required and optional fields are supported: /// - Required fields are written using operator<<(T) /// - Optional fields are written using /// operator<<(std::optional). /// /// Note that operator<<(T) can be used to write optional fields. /// /// Similarly, operator<<(std::optional) can be used to /// write required fields. However if the optional parameter does not /// have a value (i.e. it is nullopt) then a ParquetException will be /// raised. /// /// Currently there is no support for repeated fields. /// class PARQUET_EXPORT StreamWriter { 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. StreamWriter() = default; explicit StreamWriter(std::unique_ptr writer); ~StreamWriter() = default; static void SetDefaultMaxRowGroupSize(int64_t max_size); void SetMaxRowGroupSize(int64_t max_size); int current_column() const { return column_index_; } int64_t current_row() const { return current_row_; } int num_columns() const; // Moving is possible. StreamWriter(StreamWriter&&) = default; StreamWriter& operator=(StreamWriter&&) = default; // Copying is not allowed. StreamWriter(const StreamWriter&) = delete; StreamWriter& operator=(const StreamWriter&) = delete; /// \brief Output operators for required fields. /// These can also be used for optional fields when a value must be set. StreamWriter& operator<<(bool v); StreamWriter& operator<<(int8_t v); StreamWriter& operator<<(uint8_t v); StreamWriter& operator<<(int16_t v); StreamWriter& operator<<(uint16_t v); StreamWriter& operator<<(int32_t v); StreamWriter& operator<<(uint32_t v); StreamWriter& operator<<(int64_t v); StreamWriter& operator<<(uint64_t v); StreamWriter& operator<<(const std::chrono::milliseconds& v); StreamWriter& operator<<(const std::chrono::microseconds& v); StreamWriter& operator<<(float v); StreamWriter& operator<<(double v); StreamWriter& operator<<(char v); /// \brief Helper class to write fixed length strings. /// This is useful as the standard string view (such as /// std::string_view) is for variable length data. struct PARQUET_EXPORT FixedStringView { FixedStringView() = default; explicit FixedStringView(const char* data_ptr); FixedStringView(const char* data_ptr, std::size_t data_len); const char* data{NULLPTR}; std::size_t size{0}; }; /// \brief Output operators for fixed length strings. template StreamWriter& operator<<(const char (&v)[N]) { return WriteFixedLength(v, N); } template StreamWriter& operator<<(const std::array& v) { return WriteFixedLength(v.data(), N); } StreamWriter& operator<<(FixedStringView v); /// \brief Output operators for variable length strings. StreamWriter& operator<<(const char* v); StreamWriter& operator<<(const std::string& v); StreamWriter& operator<<(::std::string_view v); /// \brief Helper class to write variable length raw data. using RawDataView = ::arrow::util::span; /// \brief Output operators for variable length raw data. StreamWriter& operator<<(RawDataView v); /// \brief Output operator for optional fields. template StreamWriter& operator<<(const optional& v) { if (v) { return operator<<(*v); } SkipOptionalColumn(); return *this; } /// \brief Skip the next N columns of optional data. If there are /// less than N columns remaining then the excess columns are /// ignored. /// \throws ParquetException if there is an attempt to skip any /// required column. /// \return Number of columns actually skipped. int64_t SkipColumns(int num_columns_to_skip); /// \brief Terminate the current row and advance to next one. /// \throws ParquetException if all columns in the row were not /// written or skipped. void EndRow(); /// \brief Terminate the current row group and create new one. void EndRowGroup(); protected: template StreamWriter& Write(const T v) { auto writer = static_cast(row_group_writer_->column(column_index_++)); writer->WriteBatch(kBatchSizeOne, &kDefLevelOne, &kRepLevelZero, &v); if (max_row_group_size_ > 0) { row_group_size_ += writer->estimated_buffered_value_bytes(); } return *this; } StreamWriter& WriteVariableLength(const char* data_ptr, std::size_t data_len, ConvertedType::type converted_type); StreamWriter& WriteFixedLength(const char* data_ptr, std::size_t data_len); void CheckColumn(Type::type physical_type, ConvertedType::type converted_type, int length = -1); /// \brief Skip the next column which must be optional. /// \throws ParquetException if the next column does not exist or is /// not optional. void SkipOptionalColumn(); void WriteNullValue(ColumnWriter* writer); private: using node_ptr_type = std::shared_ptr; struct null_deleter { void operator()(void*) {} }; int32_t column_index_{0}; int64_t current_row_{0}; int64_t row_group_size_{0}; int64_t max_row_group_size_{default_row_group_size_}; std::unique_ptr file_writer_; std::unique_ptr row_group_writer_; std::vector nodes_; static constexpr int16_t kDefLevelZero = 0; static constexpr int16_t kDefLevelOne = 1; static constexpr int16_t kRepLevelZero = 0; static constexpr int64_t kBatchSizeOne = 1; static int64_t default_row_group_size_; }; struct PARQUET_EXPORT EndRowType {}; constexpr EndRowType EndRow = {}; struct PARQUET_EXPORT EndRowGroupType {}; constexpr EndRowGroupType EndRowGroup = {}; PARQUET_EXPORT StreamWriter& operator<<(StreamWriter&, EndRowType); PARQUET_EXPORT StreamWriter& operator<<(StreamWriter&, EndRowGroupType); } // namespace parquet