Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-08-28 08:27:07

0001 // Licensed to the Apache Software Foundation (ASF) under one
0002 // or more contributor license agreements.  See the NOTICE file
0003 // distributed with this work for additional information
0004 // regarding copyright ownership.  The ASF licenses this file
0005 // to you under the Apache License, Version 2.0 (the
0006 // "License"); you may not use this file except in compliance
0007 // with the License.  You may obtain a copy of the License at
0008 //
0009 //   http://www.apache.org/licenses/LICENSE-2.0
0010 //
0011 // Unless required by applicable law or agreed to in writing,
0012 // software distributed under the License is distributed on an
0013 // "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
0014 // KIND, either express or implied.  See the License for the
0015 // specific language governing permissions and limitations
0016 // under the License.
0017 
0018 #define ARROW_VERSION_MAJOR 19
0019 #define ARROW_VERSION_MINOR 0
0020 #define ARROW_VERSION_PATCH 1
0021 #define ARROW_VERSION ((ARROW_VERSION_MAJOR * 1000) + ARROW_VERSION_MINOR) * 1000 + ARROW_VERSION_PATCH
0022 
0023 #define ARROW_VERSION_STRING "19.0.1"
0024 
0025 #define ARROW_SO_VERSION "1900"
0026 #define ARROW_FULL_SO_VERSION "1900.1.0"
0027 
0028 #define ARROW_CXX_COMPILER_ID "GNU"
0029 #define ARROW_CXX_COMPILER_VERSION "14.2.0"
0030 #define ARROW_CXX_COMPILER_FLAGS " -Wno-noexcept-type -Wno-self-move  -fdiagnostics-color=always  -Wall -fno-semantic-interposition -msse4.2 "
0031 
0032 #define ARROW_BUILD_TYPE "RELEASE"
0033 
0034 #define ARROW_PACKAGE_KIND ""
0035 
0036 #define ARROW_COMPUTE
0037 #define ARROW_CSV
0038 /* #undef ARROW_CUDA */
0039 #define ARROW_DATASET
0040 #define ARROW_FILESYSTEM
0041 /* #undef ARROW_FLIGHT */
0042 /* #undef ARROW_FLIGHT_SQL */
0043 #define ARROW_IPC
0044 /* #undef ARROW_JEMALLOC */
0045 /* #undef ARROW_JEMALLOC_VENDORED */
0046 #define ARROW_JSON
0047 #define ARROW_MIMALLOC
0048 /* #undef ARROW_ORC */
0049 /* #undef ARROW_PARQUET */
0050 /* #undef ARROW_SUBSTRAIT */
0051 
0052 /* #undef ARROW_AZURE */
0053 #define ARROW_ENABLE_THREADING
0054 /* #undef ARROW_GCS */
0055 #define ARROW_HDFS
0056 /* #undef ARROW_S3 */
0057 /* #undef ARROW_USE_GLOG */
0058 #define ARROW_USE_NATIVE_INT128
0059 /* #undef ARROW_WITH_BROTLI */
0060 /* #undef ARROW_WITH_BZ2 */
0061 /* #undef ARROW_WITH_LZ4 */
0062 /* #undef ARROW_WITH_MUSL */
0063 /* #undef ARROW_WITH_OPENTELEMETRY */
0064 #define ARROW_WITH_RE2
0065 /* #undef ARROW_WITH_SNAPPY */
0066 /* #undef ARROW_WITH_UCX */
0067 #define ARROW_WITH_UTF8PROC
0068 /* #undef ARROW_WITH_ZLIB */
0069 /* #undef ARROW_WITH_ZSTD */
0070 /* #undef PARQUET_REQUIRE_ENCRYPTION */