# This is the CMakeCache file.
# For build in directory: /usr/local/src/quickstep/build
# It was generated by CMake: /usr/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################

//Build a 32 bit version of the library.
BENCHMARK_BUILD_32_BITS:BOOL=OFF

//Flags used by the C++ compiler during coverage builds.
BENCHMARK_CXX_FLAGS_COVERAGE:STRING=-g

//Enable the use of exceptions in the benchmark library.
BENCHMARK_ENABLE_EXCEPTIONS:BOOL=ON

//Enable installation of benchmark. (Projects embedding benchmark
// may want to turn this OFF.)
BENCHMARK_ENABLE_INSTALL:BOOL=ON

//Enable link time optimisation of the benchmark library.
BENCHMARK_ENABLE_LTO:BOOL=OFF

//Enable testing of the benchmark library.
BENCHMARK_ENABLE_TESTING:BOOL=OFF

//Flags used for linking binaries during coverage builds.
BENCHMARK_EXE_LINKER_FLAGS_COVERAGE:STRING=

//Flags used by the shared libraries linker during coverage builds.
BENCHMARK_SHARED_LINKER_FLAGS_COVERAGE:STRING=

//Build and test using libc++ as the standard library.
BENCHMARK_USE_LIBCXX:BOOL=OFF

//path to the bison executable
BISON_EXECUTABLE:FILEPATH=/usr/bin/bison

//Build TMB benchmarks in addition to core library
BUILD_BENCHMARKS:BOOL=OFF

//Request addition of negative compilation tests.
BUILD_NC_TESTS:BOOL=OFF

//Enable build of distribution packages using CPack.
BUILD_PACKAGING:BOOL=OFF

//build shared libraries
BUILD_SHARED_LIBS:BOOL=OFF

//Request build of static libraries (default if BUILD_SHARED_LIBS
// is OFF).
BUILD_STATIC_LIBS:BOOL=OFF

//Build the testing tree.
BUILD_TESTING:BOOL=OFF

//Request build of the multi-threaded gflags library.
BUILD_gflags_LIB:BOOL=ON

//Request build of the single-threaded gflags library.
BUILD_gflags_nothreads_LIB:BOOL=ON

//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar

//Choose the type of build, options are: Debug Release RelWithDebInfo
// MinSizeRel.
CMAKE_BUILD_TYPE:STRING=RelWithDebInfo

//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON

//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/clang++-5.0

//LLVM archiver
CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/llvm-ar-5.0

//Generate index for LLVM archive
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/llvm-ranlib-5.0

//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING=

//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release builds for minimum
// size.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during release builds with debug info.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//No help, variable specified on the command line.
CMAKE_C_COMPILER:UNINITIALIZED=/usr/bin/clang-5.0

//LLVM archiver
CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/llvm-ar-5.0

//Generate index for LLVM archive
CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/llvm-ranlib-5.0

//Flags used by the compiler during all build types.
CMAKE_C_FLAGS:STRING=

//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release builds for minimum
// size.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during release builds with debug info.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF

//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local

//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld

//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make

//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm

//Path to a program.
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy

//Path to a program.
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump

//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=QUICKSTEP

//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib

//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO

//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO

//Flags used by the linker during the creation of static libraries.
CMAKE_STATIC_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip

//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make.  This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE

//Enable to build Debian packages
CPACK_BINARY_DEB:BOOL=OFF

//Enable to build FreeBSD packages
CPACK_BINARY_FREEBSD:BOOL=OFF

//Enable to build IFW packages
CPACK_BINARY_IFW:BOOL=OFF

//Enable to build NSIS packages
CPACK_BINARY_NSIS:BOOL=OFF

//Enable to build RPM packages
CPACK_BINARY_RPM:BOOL=OFF

//Enable to build STGZ packages
CPACK_BINARY_STGZ:BOOL=ON

//Enable to build TBZ2 packages
CPACK_BINARY_TBZ2:BOOL=OFF

//Enable to build TGZ packages
CPACK_BINARY_TGZ:BOOL=ON

//Enable to build TXZ packages
CPACK_BINARY_TXZ:BOOL=OFF

//Enable to build TZ packages
CPACK_BINARY_TZ:BOOL=ON

//Enable to build RPM source packages
CPACK_SOURCE_RPM:BOOL=OFF

//Enable to build TBZ2 source packages
CPACK_SOURCE_TBZ2:BOOL=ON

//Enable to build TGZ source packages
CPACK_SOURCE_TGZ:BOOL=ON

//Enable to build TXZ source packages
CPACK_SOURCE_TXZ:BOOL=ON

//Enable to build TZ source packages
CPACK_SOURCE_TZ:BOOL=ON

//Enable to build ZIP source packages
CPACK_SOURCE_ZIP:BOOL=OFF

//Enable SQLite TMB
ENABLE:BOOL=ENABLE_SQLITE;OFF

//This option controls whether to enable inlined template expansion
// of comparison predicates. WARNING: This option should only be
// turned off for development use. Turning off this option will
// greatly reduce Quickstep compile time but incur drastic performance
// degradation.
ENABLE_COMPARISON_INLINE_EXPANSION:BOOL=ON

//Use the distributed version of Quickstep
ENABLE_DISTRIBUTED:BOOL=OFF

//Include Google Perftools CPU Profiler.
ENABLE_GOOGLE_PROFILER:BOOL=OFF

//Enable HDFS FileManager
ENABLE_HDFS:BOOL=OFF

//Enable LevelDBMessageBus implementation
ENABLE_LEVELDB:BOOL=OFF

//Enable LTO (Link Time Optimization), if the compiler supports
// it.
ENABLE_LTO:BOOL=OFF

//Enable MemoryMirrorMessageBus implementation
ENABLE_MEMORYMIRROR:BOOL=OFF

//Enable NativeTransactionLog for persistence with MemoryMirrorMessageBus
ENABLE_NATIVELOG:BOOL=OFF

//Enable native network protocol
ENABLE_NATIVENET:BOOL=OFF

//Allows use of the network cli
ENABLE_NETWORK_CLI:BOOL=True

//Enable PureMemoryMessageBus implementation
ENABLE_PUREMEMORY:BOOL=ON

//Enable SQLiteMessageBus implementation
ENABLE_SQLITE:BOOL=OFF

//If enabled, vectorized predicate evaluation for conjunctions
// and disjunctions will keep track of a filter of tuples already
// known to match or not match the overall predicate to reduce
// the number of comparisons that actually need to be checked.
// Otherwise sub-predicates will always be checked for all tuples
// in a block and their match sets will be intersected/unioned
// after the fact. Turning this option on is expected to reduce
// the number of comparisons performed, but it changes the inner
// loop for predicate evaluation from simply incrementing a tuple_id
// to scanning for bits set in a filter. Which option performs
// best is likely to be dependent on the selectivity of sub-predicates
// for a particular query.
ENABLE_VECTOR_PREDICATE_SHORT_CIRCUIT:BOOL=ON

//Enable VoltDBMessageBus implementation
ENABLE_VOLTDB:BOOL=OFF

//Enable optional support for Quickstep on YARN
ENABLE_YARN:BOOL=OFF

//Enable ZookeeperMessageBus implementation
ENABLE_ZOOKEEPER:BOOL=OFF

//path to the flex executable
FLEX_EXECUTABLE:FILEPATH=/usr/bin/flex

//Path to the flex headers
FLEX_INCLUDE_DIR:PATH=/usr/include

//Path to the fl library
FL_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libfl.so

//Name of include directory of installed header files
GFLAGS_INCLUDE_DIR:STRING=gflags

//Format of integer types: "C99" (uint32_t), "BSD" (u_int32_t),
// "VC7" (__int32)
GFLAGS_INTTYPES_FORMAT:STRING=C99

//Name(s) of library namespace (separate multiple options by semicolon)
GFLAGS_NAMESPACE:STRING=google;gflags

//Git command line client
GIT_EXECUTABLE:FILEPATH=/usr/bin/git

//Path to a library.
GPR_LIBRARY:FILEPATH=/usr/local/lib/libgpr.so

//Path to a file.
GRPCPLUSPLUS_INCLUDE_DIR:PATH=/usr/local/include

//Path to a library.
GRPCPLUSPLUS_LIBRARY:FILEPATH=/usr/local/lib/libgrpc++.so

//Path to a program.
GRPCPLUSPLUS_PROTOC_PLUGIN:FILEPATH=/usr/local/bin/grpc_cpp_plugin

//Path to a file.
GRPC_INCLUDE_DIR:PATH=/usr/local/include

//Path to a library.
GRPC_LIBRARY:FILEPATH=/usr/local/lib/libgrpc.so

//Request packaging of headers and other development files.
INSTALL_HEADERS:BOOL=ON

//Path to a file.
LIBNUMA_INCLUDE_DIR:PATH=LIBNUMA_INCLUDE_DIR-NOTFOUND

//Path to a library.
LIBNUMA_LIBRARY:FILEPATH=LIBNUMA_LIBRARY-NOTFOUND

//Directory of installed libraries, e.g., "lib64"
LIBRARY_INSTALL_DIR:PATH=lib

//Path to a library.
LIBRT:FILEPATH=/usr/lib/x86_64-linux-gnu/librt.so

//Path to a file.
PROTOBUF3_INCLUDE_DIR:PATH=/usr/local/include

//Path to a library.
PROTOBUF3_LIBRARY:FILEPATH=/usr/local/lib/libprotobuf.a

//Path to a program.
PROTOBUF3_PROTOC_EXECUTABLE:FILEPATH=/usr/local/bin/protoc

//Path to a program.
PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python

//Path to a file.
Protobuf_INCLUDE_DIR:PATH=/usr/local/include

//Path to a library.
Protobuf_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libprotobuf.a

//Path to a library.
Protobuf_LIBRARY_RELEASE:FILEPATH=/usr/local/lib/libprotobuf.a

//Path to a library.
Protobuf_LITE_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libprotobuf-lite.a

//Path to a library.
Protobuf_LITE_LIBRARY_RELEASE:FILEPATH=/usr/local/lib/libprotobuf-lite.a

//The Google Protocol Buffers Compiler
Protobuf_PROTOC_EXECUTABLE:FILEPATH=/usr/local/bin/protoc

//Path to a library.
Protobuf_PROTOC_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libprotoc.a

//Path to a library.
Protobuf_PROTOC_LIBRARY_RELEASE:FILEPATH=/usr/local/lib/libprotoc.a

//Value Computed by CMake
QUICKSTEP_BINARY_DIR:STATIC=/usr/local/src/quickstep/build

//Value Computed by CMake
QUICKSTEP_SOURCE_DIR:STATIC=/usr/local/src/quickstep

//Value Computed by CMake
RE2_BINARY_DIR:STATIC=/usr/local/src/quickstep/build/third_party/re2

//Value Computed by CMake
RE2_SOURCE_DIR:STATIC=/usr/local/src/quickstep/third_party/src/re2

//If an IndexSubBlock runs out of space while re-adding entries
// during an update() query, try rebuilding it.
REBUILD_INDEX_ON_UPDATE_OVERFLOW:BOOL=ON

//Required include paths for applications using TMB
TMB_INCLUDE_DIRS:STRING=/usr/local/src/quickstep/third_party/src/tmb/include

//unwind library
UNWIND_LIBRARY:FILEPATH=UNWIND_LIBRARY-NOTFOUND

//use PCRE in tests and benchmarks
USEPCRE:BOOL=OFF

//Use LLVM's libc++ instead of the default C++ standard library
USE_LIBCXX:BOOL=OFF

//Use linenoise command-line editing library
USE_LINENOISE:BOOL=ON

//Use tcmalloc (Google's thread-cacheing malloc) instead of system-provided
// malloc
USE_TCMALLOC:BOOL=ON

//This options controls whether extra code paths for vectorized
// evaluation of expressions and predicates directly on values
// inside storage blocks without copying into ColumnVectors is
// enabled. This may improve performance, but causes a combinatorial
// explosion of templated code to be compiled, which may cause
// very long builds (especially in Release mode) and very large
// executables (especially in Debug mode). The valid settings for
// this option are, in order of increasing code paths: none (attribute
// values are always copied into ColumnVectors before computing
// expressions on them), selection (copies are elided for single-relation
// SELECT operations), join (copies are also elided for expressions
// in the output of hash joins, but binary expressions will only
// elide a copy on one side, not both), and joinwithbinaryexpressions
// (copies are elided for both sides of a binary expression over
// a join).
VECTOR_COPY_ELISION_LEVEL:STRING=selection

//Classpath for VoltDB jars
VOLTDB_CLASSPATH:STRING=/opt/voltdb/voltdb/*

//Path for voltdb command
VOLTDB_COMMAND:STRING=/opt/voltdb/bin/voltdb

//Use gflags
WITH_GFLAGS:BOOL=OFF

//Enable multithreading support
WITH_THREADS:BOOL=ON

//Value Computed by CMake
benchmark_BINARY_DIR:STATIC=/usr/local/src/quickstep/build/third_party/benchmark

//Dependencies for the target
benchmark_LIB_DEPENDS:STATIC=general;-lpthread;general;/usr/lib/x86_64-linux-gnu/librt.so;

//Value Computed by CMake
benchmark_SOURCE_DIR:STATIC=/usr/local/src/quickstep/third_party/src/benchmark

//Dependencies for target
farmhash_LIB_DEPENDS:STATIC=

//Dependencies for the target
gflags-static_LIB_DEPENDS:STATIC=general;-lpthread;

//Value Computed by CMake
gflags_BINARY_DIR:STATIC=/usr/local/src/quickstep/build/third_party/gflags

//Value Computed by CMake
gflags_SOURCE_DIR:STATIC=/usr/local/src/quickstep/third_party/src/gflags

//Dependencies for target
gflags_nothreads-static_LIB_DEPENDS:STATIC=

//Dependencies for the target
glog_LIB_DEPENDS:STATIC=general;-lpthread;

//Value Computed by CMake
google-glog_BINARY_DIR:STATIC=/usr/local/src/quickstep/build/third_party/glog

//Value Computed by CMake
google-glog_SOURCE_DIR:STATIC=/usr/local/src/quickstep/third_party/src/glog

//Value Computed by CMake
gtest_BINARY_DIR:STATIC=/usr/local/src/quickstep/build/third_party/googletest/googletest

//Dependencies for the target
gtest_LIB_DEPENDS:STATIC=general;-lpthread;

//Value Computed by CMake
gtest_SOURCE_DIR:STATIC=/usr/local/src/quickstep/third_party/src/googletest/googletest

//Build gtest's sample programs.
gtest_build_samples:BOOL=OFF

//Build all of gtest's own tests.
gtest_build_tests:BOOL=OFF

//Disable uses of pthreads in gtest.
gtest_disable_pthreads:BOOL=OFF

//Use shared (DLL) run-time lib even when Google Test is built
// as static lib.
gtest_force_shared_crt:BOOL=ON

//Build gtest with internal symbols hidden in shared libraries.
gtest_hide_internal_symbols:BOOL=OFF

//Dependencies for the target
gtest_main_LIB_DEPENDS:STATIC=general;-lpthread;general;gtest;

//Dependencies for target
linenoise_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_catalog_CatalogAttribute_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_catalog_Catalog_proto;general;quickstep_types_Type;general;quickstep_types_TypeFactory;general;quickstep_types_Type_proto;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_catalog_CatalogDatabaseCache_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogDatabaseLite;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_catalog_Catalog_proto;general;quickstep_storage_StorageConstants;general;quickstep_threading_Mutex;general;quickstep_threading_SharedMutex;general;quickstep_threading_SpinSharedMutex;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_catalog_CatalogDatabaseLite_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogTypedefs;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_catalog_CatalogDatabase_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogDatabaseLite;general;quickstep_catalog_CatalogErrors;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogTypedefs;general;quickstep_catalog_Catalog_proto;general;quickstep_storage_StorageConstants;general;quickstep_threading_Mutex;general;quickstep_threading_SharedMutex;general;quickstep_threading_SpinSharedMutex;general;quickstep_utility_Macros;general;quickstep_utility_PtrVector;general;quickstep_utility_StringUtil;

//Dependencies for target
quickstep_catalog_CatalogErrors_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_catalog_CatalogRelationSchema_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogErrors;general;quickstep_catalog_CatalogTypedefs;general;quickstep_catalog_Catalog_proto;general;quickstep_types_Type;general;quickstep_utility_Macros;general;quickstep_utility_PtrVector;general;quickstep_utility_StringUtil;

//Dependencies for the target
quickstep_catalog_CatalogRelationStatistics_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogTypedefs;general;quickstep_catalog_Catalog_proto;general;quickstep_types_LongType;general;quickstep_types_NullType;general;quickstep_types_TypedValue;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_catalog_CatalogRelation_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogRelationStatistics;general;quickstep_catalog_CatalogTypedefs;general;quickstep_catalog_Catalog_proto;general;quickstep_catalog_IndexScheme;general;quickstep_catalog_PartitionScheme;general;quickstep_catalog_PartitionSchemeHeader;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageBlockLayout;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_storage_StorageConstants;general;quickstep_threading_Mutex;general;quickstep_threading_SharedMutex;general;quickstep_threading_SpinSharedMutex;general;quickstep_utility_Macros;general;quickstep_utility_PtrVector;

//Dependencies for target
quickstep_catalog_CatalogTypedefs_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_catalog_Catalog_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogDatabase;general;quickstep_catalog_CatalogErrors;general;quickstep_catalog_CatalogTypedefs;general;quickstep_catalog_Catalog_proto;general;quickstep_utility_Macros;general;quickstep_utility_PtrVector;

//Dependencies for the target
quickstep_catalog_Catalog_proto_LIB_DEPENDS:STATIC=general;/usr/local/lib/libprotobuf.a;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_types_Type_proto;general;quickstep_types_TypedValue_proto;

//Dependencies for the target
quickstep_catalog_IndexScheme_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_Catalog_proto;general;quickstep_storage_IndexSubBlockDescriptionFactory;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_catalog_LIB_DEPENDS:STATIC=general;quickstep_catalog_Catalog;general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogDatabase;general;quickstep_catalog_CatalogDatabaseCache;general;quickstep_catalog_CatalogDatabaseLite;general;quickstep_catalog_CatalogErrors;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogRelationStatistics;general;quickstep_catalog_CatalogTypedefs;general;quickstep_catalog_Catalog_proto;general;quickstep_catalog_IndexScheme;general;quickstep_catalog_PartitionScheme;general;quickstep_catalog_PartitionSchemeHeader;

//Dependencies for the target
quickstep_catalog_PartitionSchemeHeader_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_catalog_Catalog_proto;general;quickstep_storage_StorageConstants;general;quickstep_threading_SpinMutex;general;quickstep_types_Type;general;quickstep_types_TypeFactory;general;quickstep_types_Type_proto;general;quickstep_types_TypedValue;general;quickstep_types_TypedValue_proto;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_EqualComparison;general;quickstep_types_operations_comparisons_LessComparison;general;quickstep_utility_CompositeHash;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_catalog_PartitionScheme_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_catalog_Catalog_proto;general;quickstep_catalog_PartitionSchemeHeader;general;quickstep_storage_StorageBlockInfo;general;quickstep_threading_Mutex;general;quickstep_threading_SharedMutex;general;quickstep_threading_SpinSharedMutex;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_cli_CommandExecutorUtil_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogDatabase;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_IndexScheme;general;quickstep_catalog_PartitionScheme;general;quickstep_cli_PrintToScreen;general;quickstep_parser_ParseString;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_utility_PtrVector;general;quickstep_utility_SqlError;general;quickstep_utility_StringUtil;

//Dependencies for the target
quickstep_cli_CommandExecutor_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogDatabase;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogRelationStatistics;general;quickstep_cli_CommandExecutorUtil;general;quickstep_cli_Constants;general;quickstep_cli_DropRelation;general;quickstep_cli_PrintToScreen;general;quickstep_expressions_aggregation_AggregateFunctionMax;general;quickstep_expressions_aggregation_AggregateFunctionMin;general;quickstep_parser_ParseStatement;general;quickstep_parser_ParseString;general;quickstep_parser_SqlParserWrapper;general;quickstep_queryoptimizer_QueryHandle;general;quickstep_queryoptimizer_QueryPlan;general;quickstep_queryoptimizer_QueryProcessor;general;quickstep_storage_StorageBlock;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageManager;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_TupleStorageSubBlock;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_utility_PtrVector;general;quickstep_utility_SqlError;general;quickstep_utility_StringUtil;general;tmb;

//Dependencies for target
quickstep_cli_Constants_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_cli_DefaultsConfigurator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_Catalog;general;quickstep_catalog_CatalogDatabase;general;quickstep_catalog_Catalog_proto;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_cli_DropRelation_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogDatabase;general;quickstep_catalog_CatalogRelation;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageManager;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_cli_Flags_LIB_DEPENDS:STATIC=general;gflags_nothreads-static;general;quickstep_cli_DefaultsConfigurator;general;quickstep_storage_StorageConstants;

//Dependencies for the target
quickstep_cli_IOInterface_LIB_DEPENDS:STATIC=general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_cli_InputParserUtil_LIB_DEPENDS:STATIC=general;glog;general;quickstep_utility_Macros;general;quickstep_utility_StringUtil;

//Dependencies for the target
quickstep_cli_LIB_DEPENDS:STATIC=general;quickstep_cli_CommandExecutor;general;quickstep_cli_CommandExecutorUtil;general;quickstep_cli_Constants;general;quickstep_cli_DefaultsConfigurator;general;quickstep_cli_DropRelation;general;quickstep_cli_Flags;general;quickstep_cli_IOInterface;general;quickstep_cli_InputParserUtil;general;quickstep_cli_LineReader;general;quickstep_cli_LineReaderBuffered;general;quickstep_cli_LocalIO;general;quickstep_cli_PrintToScreen;general;quickstep_cli_NetworkCliClient;general;quickstep_cli_NetworkCli_proto;general;quickstep_cli_NetworkIO;

//Dependencies for the target
quickstep_cli_LineReaderBuffered_LIB_DEPENDS:STATIC=general;quickstep_cli_LineReader;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_cli_LineReader_LIB_DEPENDS:STATIC=general;glog;general;linenoise;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_cli_LocalIO_LIB_DEPENDS:STATIC=general;quickstep_cli_IOInterface;general;quickstep_cli_LineReader;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_cli_NetworkCliClient_LIB_DEPENDS:STATIC=general;gflags_nothreads-static;general;/usr/local/lib/libgrpc++.so;general;/usr/local/lib/libgrpc.so;general;/usr/local/lib/libgpr.so;general;/usr/local/lib/libprotobuf.a;general;/usr/local/lib/libprotobuf.a;general;glog;general;quickstep_cli_NetworkCli_proto;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_cli_NetworkCli_proto_LIB_DEPENDS:STATIC=general;/usr/local/lib/libgrpc++.so;general;/usr/local/lib/libgrpc.so;general;/usr/local/lib/libgpr.so;general;/usr/local/lib/libprotobuf.a;general;/usr/local/lib/libprotobuf.a;

//Dependencies for the target
quickstep_cli_NetworkIO_LIB_DEPENDS:STATIC=general;gflags_nothreads-static;general;/usr/local/lib/libgrpc++.so;general;/usr/local/lib/libgrpc.so;general;/usr/local/lib/libgpr.so;general;/usr/local/lib/libprotobuf.a;general;/usr/local/lib/libprotobuf.a;general;glog;general;quickstep_cli_IOInterface;general;quickstep_cli_NetworkCli_proto;general;quickstep_threading_ConditionVariable;general;quickstep_threading_SpinSharedMutex;general;quickstep_utility_Macros;general;quickstep_utility_MemStream;general;quickstep_utility_ThreadSafeQueue;

//Dependencies for the target
quickstep_cli_PrintToScreen_LIB_DEPENDS:STATIC=general;gflags_nothreads-static;general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogRelation;general;quickstep_storage_StorageBlock;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageManager;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_TupleStorageSubBlock;general;quickstep_types_IntType;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_compression_CompressionDictionaryBuilder_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_types_operations_comparisons_ComparisonUtil;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_compression_CompressionDictionaryLite_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_compression_CompressionDictionary_LIB_DEPENDS:STATIC=general;glog;general;quickstep_compression_CompressionDictionaryLite;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_types_operations_comparisons_ComparisonUtil;general;quickstep_types_operations_comparisons_EqualComparison;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_compression_LIB_DEPENDS:STATIC=general;quickstep_compression_CompressionDictionary;general;quickstep_compression_CompressionDictionaryBuilder;general;quickstep_compression_CompressionDictionaryLite;

//Dependencies for the target
quickstep_expressions_ExpressionFactories_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogDatabaseLite;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_Expressions_proto;general;quickstep_expressions_predicate_ComparisonPredicate;general;quickstep_expressions_predicate_ConjunctionPredicate;general;quickstep_expressions_predicate_DisjunctionPredicate;general;quickstep_expressions_predicate_NegationPredicate;general;quickstep_expressions_predicate_Predicate;general;quickstep_expressions_predicate_TrivialPredicates;general;quickstep_expressions_scalar_Scalar;general;quickstep_expressions_scalar_ScalarAttribute;general;quickstep_expressions_scalar_ScalarBinaryExpression;general;quickstep_expressions_scalar_ScalarCaseExpression;general;quickstep_expressions_scalar_ScalarLiteral;general;quickstep_expressions_scalar_ScalarSharedExpression;general;quickstep_expressions_scalar_ScalarUnaryExpression;general;quickstep_types_TypeFactory;general;quickstep_types_TypedValue;general;quickstep_types_operations_binaryoperations_BinaryOperationFactory;general;quickstep_types_operations_comparisons_ComparisonFactory;general;quickstep_types_operations_unaryoperations_UnaryOperationFactory;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_Expression_LIB_DEPENDS:STATIC=general;quickstep_utility_Macros;general;quickstep_utility_TreeStringSerializable;

//Dependencies for the target
quickstep_expressions_Expressions_proto_LIB_DEPENDS:STATIC=general;/usr/local/lib/libprotobuf.a;general;quickstep_types_Type_proto;general;quickstep_types_TypedValue_proto;general;quickstep_types_operations_Operation_proto;

//Dependencies for the target
quickstep_expressions_LIB_DEPENDS:STATIC=general;quickstep_expressions_Expression;general;quickstep_expressions_ExpressionFactories;general;quickstep_expressions_Expressions_proto;general;quickstep_expressions_aggregation;general;quickstep_expressions_predicate;general;quickstep_expressions_scalar;general;quickstep_expressions_windowaggregation;

//Dependencies for the target
quickstep_expressions_aggregation_AggregateFunctionAvg_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_aggregation_AggregateFunction;general;quickstep_expressions_aggregation_AggregationHandleAvg;general;quickstep_expressions_aggregation_AggregationID;general;quickstep_types_Type;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_operations_binaryoperations_BinaryOperation;general;quickstep_types_operations_binaryoperations_BinaryOperationFactory;general;quickstep_types_operations_binaryoperations_BinaryOperationID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_aggregation_AggregateFunctionCount_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_aggregation_AggregateFunction;general;quickstep_expressions_aggregation_AggregationHandleCount;general;quickstep_expressions_aggregation_AggregationID;general;quickstep_types_Type;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_aggregation_AggregateFunctionFactory_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_aggregation_AggregateFunctionAvg;general;quickstep_expressions_aggregation_AggregateFunctionCount;general;quickstep_expressions_aggregation_AggregateFunctionMax;general;quickstep_expressions_aggregation_AggregateFunctionMin;general;quickstep_expressions_aggregation_AggregateFunctionSum;general;quickstep_expressions_aggregation_AggregateFunction_proto;general;quickstep_expressions_aggregation_AggregationID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_aggregation_AggregateFunctionMax_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_aggregation_AggregateFunction;general;quickstep_expressions_aggregation_AggregationHandleMax;general;quickstep_expressions_aggregation_AggregationID;general;quickstep_types_Type;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonFactory;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_aggregation_AggregateFunctionMin_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_aggregation_AggregateFunction;general;quickstep_expressions_aggregation_AggregationHandleMin;general;quickstep_expressions_aggregation_AggregationID;general;quickstep_types_Type;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonFactory;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_aggregation_AggregateFunctionSum_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_aggregation_AggregateFunction;general;quickstep_expressions_aggregation_AggregationHandleSum;general;quickstep_expressions_aggregation_AggregationID;general;quickstep_types_Type;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_operations_binaryoperations_BinaryOperation;general;quickstep_types_operations_binaryoperations_BinaryOperationFactory;general;quickstep_types_operations_binaryoperations_BinaryOperationID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_aggregation_AggregateFunction_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_aggregation_AggregateFunction_proto;general;quickstep_expressions_aggregation_AggregationID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_aggregation_AggregateFunction_proto_LIB_DEPENDS:STATIC=general;/usr/local/lib/libprotobuf.a;

//Dependencies for the target
quickstep_expressions_aggregation_AggregationConcreteHandle_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_aggregation_AggregationHandle;general;quickstep_expressions_aggregation_AggregationID;general;quickstep_storage_HashTableBase;general;quickstep_storage_HashTableFactory;general;quickstep_storage_PackedPayloadHashTable;general;quickstep_storage_ValueAccessorMultiplexer;general;quickstep_threading_SpinMutex;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVector;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_aggregation_AggregationHandleAvg_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_aggregation_AggregationConcreteHandle;general;quickstep_expressions_aggregation_AggregationHandle;general;quickstep_expressions_aggregation_AggregationID;general;quickstep_storage_ValueAccessorMultiplexer;general;quickstep_threading_SpinMutex;general;quickstep_types_Type;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_types_operations_binaryoperations_BinaryOperation;general;quickstep_types_operations_binaryoperations_BinaryOperationFactory;general;quickstep_types_operations_binaryoperations_BinaryOperationID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_aggregation_AggregationHandleCount_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_aggregation_AggregationConcreteHandle;general;quickstep_expressions_aggregation_AggregationHandle;general;quickstep_expressions_aggregation_AggregationID;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorMultiplexer;general;quickstep_storage_ValueAccessorUtil;general;quickstep_types_LongType;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_aggregation_AggregationHandleMax_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_aggregation_AggregationConcreteHandle;general;quickstep_expressions_aggregation_AggregationHandle;general;quickstep_expressions_aggregation_AggregationID;general;quickstep_storage_ValueAccessorMultiplexer;general;quickstep_threading_SpinMutex;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonFactory;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_aggregation_AggregationHandleMin_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_aggregation_AggregationConcreteHandle;general;quickstep_expressions_aggregation_AggregationHandle;general;quickstep_expressions_aggregation_AggregationID;general;quickstep_storage_ValueAccessorMultiplexer;general;quickstep_threading_SpinMutex;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonFactory;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_aggregation_AggregationHandleSum_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_aggregation_AggregationConcreteHandle;general;quickstep_expressions_aggregation_AggregationHandle;general;quickstep_expressions_aggregation_AggregationID;general;quickstep_storage_ValueAccessorMultiplexer;general;quickstep_threading_SpinMutex;general;quickstep_types_Type;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_types_operations_binaryoperations_BinaryOperation;general;quickstep_types_operations_binaryoperations_BinaryOperationFactory;general;quickstep_types_operations_binaryoperations_BinaryOperationID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_aggregation_AggregationHandle_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_aggregation_AggregationID;general;quickstep_storage_HashTableBase;general;quickstep_storage_ValueAccessorMultiplexer;general;quickstep_types_TypedValue;general;quickstep_utility_Macros;

//Dependencies for target
quickstep_expressions_aggregation_AggregationID_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_expressions_aggregation_LIB_DEPENDS:STATIC=general;quickstep_expressions_aggregation_AggregateFunction;general;quickstep_expressions_aggregation_AggregateFunctionAvg;general;quickstep_expressions_aggregation_AggregateFunctionCount;general;quickstep_expressions_aggregation_AggregateFunctionFactory;general;quickstep_expressions_aggregation_AggregateFunctionMax;general;quickstep_expressions_aggregation_AggregateFunctionMin;general;quickstep_expressions_aggregation_AggregateFunctionSum;general;quickstep_expressions_aggregation_AggregateFunction_proto;general;quickstep_expressions_aggregation_AggregationConcreteHandle;general;quickstep_expressions_aggregation_AggregationHandle;general;quickstep_expressions_aggregation_AggregationHandleAvg;general;quickstep_expressions_aggregation_AggregationHandleCount;general;quickstep_expressions_aggregation_AggregationHandleMax;general;quickstep_expressions_aggregation_AggregationHandleMin;general;quickstep_expressions_aggregation_AggregationHandleSum;general;quickstep_expressions_aggregation_AggregationID;

//Dependencies for the target
quickstep_expressions_predicate_ComparisonPredicate_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_Expressions_proto;general;quickstep_expressions_predicate_Predicate;general;quickstep_expressions_predicate_PredicateCost;general;quickstep_expressions_scalar_Scalar;general;quickstep_expressions_scalar_ScalarAttribute;general;quickstep_storage_IndexSubBlock;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_SubBlocksReference;general;quickstep_storage_TupleStorageSubBlock;general;quickstep_storage_ValueAccessor;general;quickstep_types_Type;general;quickstep_types_TypeErrors;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVector;general;quickstep_types_operations_Operation_proto;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_utility_Macros;general;quickstep_utility_PtrVector;

//Dependencies for the target
quickstep_expressions_predicate_ConjunctionPredicate_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_Expressions_proto;general;quickstep_expressions_predicate_Predicate;general;quickstep_expressions_predicate_PredicateWithList;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_ValueAccessor;general;quickstep_utility_Macros;general;quickstep_utility_PtrList;

//Dependencies for the target
quickstep_expressions_predicate_DisjunctionPredicate_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_Expressions_proto;general;quickstep_expressions_predicate_Predicate;general;quickstep_expressions_predicate_PredicateWithList;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_ValueAccessor;general;quickstep_utility_Macros;general;quickstep_utility_PtrList;

//Dependencies for the target
quickstep_expressions_predicate_LIB_DEPENDS:STATIC=general;quickstep_expressions_predicate_ComparisonPredicate;general;quickstep_expressions_predicate_ConjunctionPredicate;general;quickstep_expressions_predicate_DisjunctionPredicate;general;quickstep_expressions_predicate_NegationPredicate;general;quickstep_expressions_predicate_Predicate;general;quickstep_expressions_predicate_PredicateCost;general;quickstep_expressions_predicate_PredicateWithList;general;quickstep_expressions_predicate_TrivialPredicates;

//Dependencies for the target
quickstep_expressions_predicate_NegationPredicate_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_Expressions_proto;general;quickstep_expressions_predicate_Predicate;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_TupleIdSequence;general;quickstep_utility_Macros;

//Dependencies for target
quickstep_expressions_predicate_PredicateCost_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_expressions_predicate_PredicateWithList_LIB_DEPENDS:STATIC=general;quickstep_expressions_predicate_Predicate;general;quickstep_utility_Macros;general;quickstep_utility_PtrList;

//Dependencies for the target
quickstep_expressions_predicate_Predicate_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_Expression;general;quickstep_expressions_Expressions_proto;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_ValueAccessor;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_predicate_TrivialPredicates_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_Expressions_proto;general;quickstep_expressions_predicate_Predicate;general;quickstep_storage_StorageBlockInfo;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_scalar_LIB_DEPENDS:STATIC=general;quickstep_expressions_scalar_Scalar;general;quickstep_expressions_scalar_ScalarAttribute;general;quickstep_expressions_scalar_ScalarBinaryExpression;general;quickstep_expressions_scalar_ScalarCaseExpression;general;quickstep_expressions_scalar_ScalarLiteral;general;quickstep_expressions_scalar_ScalarSharedExpression;general;quickstep_expressions_scalar_ScalarUnaryExpression;

//Dependencies for the target
quickstep_expressions_scalar_ScalarAttribute_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_Expressions_proto;general;quickstep_expressions_scalar_Scalar;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorUtil;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVector;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_scalar_ScalarBinaryExpression_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_Expressions_proto;general;quickstep_expressions_scalar_Scalar;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_ValueAccessor;general;quickstep_types_Type;general;quickstep_types_TypeErrors;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVector;general;quickstep_types_operations_Operation_proto;general;quickstep_types_operations_binaryoperations_BinaryOperation;general;quickstep_types_operations_binaryoperations_BinaryOperationID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_scalar_ScalarCaseExpression_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_Expressions_proto;general;quickstep_expressions_predicate_Predicate;general;quickstep_expressions_scalar_Scalar;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorUtil;general;quickstep_types_Type;general;quickstep_types_Type_proto;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVector;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_scalar_ScalarLiteral_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_Expressions_proto;general;quickstep_expressions_scalar_Scalar;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_ValueAccessor;general;quickstep_types_Type;general;quickstep_types_Type_proto;general;quickstep_types_TypedValue;general;quickstep_types_TypedValue_proto;general;quickstep_types_containers_ColumnVector;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_scalar_ScalarSharedExpression_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_Expressions_proto;general;quickstep_expressions_scalar_Scalar;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_ValueAccessor;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVector;general;quickstep_utility_ColumnVectorCache;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_scalar_ScalarUnaryExpression_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_Expressions_proto;general;quickstep_expressions_scalar_Scalar;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_ValueAccessor;general;quickstep_types_Type;general;quickstep_types_TypeErrors;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVector;general;quickstep_types_operations_Operation_proto;general;quickstep_types_operations_unaryoperations_UnaryOperation;general;quickstep_types_operations_unaryoperations_UnaryOperationID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_scalar_Scalar_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_Expression;general;quickstep_expressions_Expressions_proto;general;quickstep_storage_StorageBlockInfo;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVector;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_tablegenerator_GenerateSeriesHandle_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_tablegenerator_GeneratorFunctionHandle;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVector;general;quickstep_types_containers_ColumnVectorsValueAccessor;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_tablegenerator_GenerateSeries_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_tablegenerator_GenerateSeriesHandle;general;quickstep_expressions_tablegenerator_GeneratorFunction;general;quickstep_types_Type;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_types_operations_comparisons_GreaterComparison;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_tablegenerator_GeneratorFunctionFactory_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_tablegenerator_GenerateSeries;general;quickstep_expressions_tablegenerator_GeneratorFunction;general;quickstep_expressions_tablegenerator_GeneratorFunction_proto;general;quickstep_types_TypedValue;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_tablegenerator_GeneratorFunctionHandle_LIB_DEPENDS:STATIC=general;quickstep_expressions_tablegenerator_GeneratorFunction_proto;general;quickstep_types_TypedValue;general;quickstep_types_TypedValue_proto;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_tablegenerator_GeneratorFunction_LIB_DEPENDS:STATIC=general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_tablegenerator_GeneratorFunction_proto_LIB_DEPENDS:STATIC=general;/usr/local/lib/libprotobuf.a;general;quickstep_types_TypedValue_proto;

//Dependencies for the target
quickstep_expressions_windowaggregation_LIB_DEPENDS:STATIC=general;quickstep_expressions_windowaggregation_WindowAggregateFunction;general;quickstep_expressions_windowaggregation_WindowAggregateFunctionAvg;general;quickstep_expressions_windowaggregation_WindowAggregateFunctionCount;general;quickstep_expressions_windowaggregation_WindowAggregateFunctionFactory;general;quickstep_expressions_windowaggregation_WindowAggregateFunctionMax;general;quickstep_expressions_windowaggregation_WindowAggregateFunctionMin;general;quickstep_expressions_windowaggregation_WindowAggregateFunctionSum;general;quickstep_expressions_windowaggregation_WindowAggregateFunction_proto;general;quickstep_expressions_windowaggregation_WindowAggregationHandle;general;quickstep_expressions_windowaggregation_WindowAggregationHandleAvg;general;quickstep_expressions_windowaggregation_WindowAggregationID;

//Dependencies for the target
quickstep_expressions_windowaggregation_WindowAggregateFunctionAvg_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_windowaggregation_WindowAggregateFunction;general;quickstep_expressions_windowaggregation_WindowAggregationHandleAvg;general;quickstep_expressions_windowaggregation_WindowAggregationID;general;quickstep_types_Type;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_operations_binaryoperations_BinaryOperation;general;quickstep_types_operations_binaryoperations_BinaryOperationFactory;general;quickstep_types_operations_binaryoperations_BinaryOperationID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_windowaggregation_WindowAggregateFunctionCount_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_windowaggregation_WindowAggregateFunction;general;quickstep_expressions_windowaggregation_WindowAggregationHandle;general;quickstep_expressions_windowaggregation_WindowAggregationID;general;quickstep_types_Type;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_windowaggregation_WindowAggregateFunctionFactory_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_windowaggregation_WindowAggregateFunctionAvg;general;quickstep_expressions_windowaggregation_WindowAggregateFunctionCount;general;quickstep_expressions_windowaggregation_WindowAggregateFunctionMax;general;quickstep_expressions_windowaggregation_WindowAggregateFunctionMin;general;quickstep_expressions_windowaggregation_WindowAggregateFunctionSum;general;quickstep_expressions_windowaggregation_WindowAggregateFunction_proto;general;quickstep_expressions_windowaggregation_WindowAggregationID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_windowaggregation_WindowAggregateFunctionMax_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_windowaggregation_WindowAggregateFunction;general;quickstep_expressions_windowaggregation_WindowAggregationHandle;general;quickstep_expressions_windowaggregation_WindowAggregationID;general;quickstep_types_Type;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonFactory;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_windowaggregation_WindowAggregateFunctionMin_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_windowaggregation_WindowAggregateFunction;general;quickstep_expressions_windowaggregation_WindowAggregationHandle;general;quickstep_expressions_windowaggregation_WindowAggregationID;general;quickstep_types_Type;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonFactory;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_windowaggregation_WindowAggregateFunctionSum_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_windowaggregation_WindowAggregateFunction;general;quickstep_expressions_windowaggregation_WindowAggregationHandle;general;quickstep_expressions_windowaggregation_WindowAggregationID;general;quickstep_types_Type;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_operations_binaryoperations_BinaryOperation;general;quickstep_types_operations_binaryoperations_BinaryOperationFactory;general;quickstep_types_operations_binaryoperations_BinaryOperationID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_windowaggregation_WindowAggregateFunction_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_windowaggregation_WindowAggregateFunction_proto;general;quickstep_expressions_windowaggregation_WindowAggregationID;general;quickstep_storage_StorageBlockInfo;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_windowaggregation_WindowAggregateFunction_proto_LIB_DEPENDS:STATIC=general;/usr/local/lib/libprotobuf.a;

//Dependencies for the target
quickstep_expressions_windowaggregation_WindowAggregationHandleAvg_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_windowaggregation_WindowAggregationHandle;general;quickstep_storage_ValueAccessor;general;quickstep_types_Type;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVectorsValueAccessor;general;quickstep_types_operations_binaryoperations_BinaryOperation;general;quickstep_types_operations_binaryoperations_BinaryOperationFactory;general;quickstep_types_operations_binaryoperations_BinaryOperationID;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_expressions_windowaggregation_WindowAggregationHandle_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_scalar_Scalar;general;quickstep_storage_StorageBlockInfo;general;quickstep_types_Type;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVector;general;quickstep_types_containers_ColumnVectorsValueAccessor;general;quickstep_types_operations_binaryoperations_BinaryOperation;general;quickstep_types_operations_binaryoperations_BinaryOperationFactory;general;quickstep_types_operations_binaryoperations_BinaryOperationID;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonFactory;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_utility_Macros;

//Dependencies for target
quickstep_expressions_windowaggregation_WindowAggregationID_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_parser_LIB_DEPENDS:STATIC=general;quickstep_parser_ParseAssignment;general;quickstep_parser_ParseAttributeDefinition;general;quickstep_parser_ParseBasicExpressions;general;quickstep_parser_ParseBlockProperties;general;quickstep_parser_ParseCaseExpressions;general;quickstep_parser_ParseExpression;general;quickstep_parser_ParseGeneratorTableReference;general;quickstep_parser_ParseGroupBy;general;quickstep_parser_ParseHaving;general;quickstep_parser_ParseIndexProperties;general;quickstep_parser_ParseJoinedTableReference;general;quickstep_parser_ParseKeyValue;general;quickstep_parser_ParseLimit;general;quickstep_parser_ParseLiteralValue;general;quickstep_parser_ParseOrderBy;general;quickstep_parser_ParsePartitionClause;general;quickstep_parser_ParsePredicate;general;quickstep_parser_ParsePredicateExists;general;quickstep_parser_ParsePredicateInTableQuery;general;quickstep_parser_ParsePriority;general;quickstep_parser_ParseSample;general;quickstep_parser_ParseSelect;general;quickstep_parser_ParseSelectionClause;general;quickstep_parser_ParseSetOperation;general;quickstep_parser_ParseSimpleTableReference;general;quickstep_parser_ParseStatement;general;quickstep_parser_ParseString;general;quickstep_parser_ParseSubqueryExpression;general;quickstep_parser_ParseSubqueryTableReference;general;quickstep_parser_ParseTableReference;general;quickstep_parser_ParseTransitiveClosureTableReference;general;quickstep_parser_ParseTreeNode;general;quickstep_parser_ParseWindow;general;quickstep_parser_ParserUtil;general;quickstep_parser_SqlLexer;general;quickstep_parser_SqlParser;general;quickstep_parser_SqlParserWrapper;

//Dependencies for the target
quickstep_parser_ParseAssignment_LIB_DEPENDS:STATIC=general;quickstep_parser_ParseExpression;general;quickstep_parser_ParseString;general;quickstep_parser_ParseTreeNode;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_parser_ParseAttributeDefinition_LIB_DEPENDS:STATIC=general;quickstep_parser_ParseString;general;quickstep_parser_ParseTreeNode;general;quickstep_types_Type;general;quickstep_utility_Macros;general;quickstep_utility_PtrList;

//Dependencies for the target
quickstep_parser_ParseBasicExpressions_LIB_DEPENDS:STATIC=general;quickstep_parser_ParseExpression;general;quickstep_parser_ParseLiteralValue;general;quickstep_parser_ParseString;general;quickstep_parser_ParseTreeNode;general;quickstep_parser_ParseWindow;general;quickstep_types_operations_binaryoperations_BinaryOperation;general;quickstep_types_operations_unaryoperations_UnaryOperation;general;quickstep_utility_Macros;general;quickstep_utility_PtrList;

//Dependencies for the target
quickstep_parser_ParseBlockProperties_LIB_DEPENDS:STATIC=general;glog;general;quickstep_parser_ParseKeyValue;general;quickstep_parser_ParseString;general;quickstep_parser_ParseTreeNode;general;quickstep_utility_Macros;general;quickstep_utility_PtrList;general;quickstep_utility_SqlError;general;quickstep_utility_StringUtil;

//Dependencies for the target
quickstep_parser_ParseCaseExpressions_LIB_DEPENDS:STATIC=general;quickstep_parser_ParseExpression;general;quickstep_parser_ParsePredicate;general;quickstep_parser_ParseTreeNode;general;quickstep_utility_Macros;general;quickstep_utility_PtrVector;

//Dependencies for the target
quickstep_parser_ParseExpression_LIB_DEPENDS:STATIC=general;quickstep_parser_ParseTreeNode;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_parser_ParseGeneratorTableReference_LIB_DEPENDS:STATIC=general;quickstep_parser_ParseBasicExpressions;general;quickstep_parser_ParseTableReference;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_parser_ParseGroupBy_LIB_DEPENDS:STATIC=general;quickstep_parser_ParseExpression;general;quickstep_parser_ParseTreeNode;general;quickstep_utility_Macros;general;quickstep_utility_PtrList;

//Dependencies for the target
quickstep_parser_ParseHaving_LIB_DEPENDS:STATIC=general;quickstep_parser_ParsePredicate;general;quickstep_parser_ParseTreeNode;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_parser_ParseIndexProperties_LIB_DEPENDS:STATIC=general;glog;general;quickstep_parser_ParseKeyValue;general;quickstep_parser_ParseString;general;quickstep_parser_ParseTreeNode;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_utility_Macros;general;quickstep_utility_PtrList;general;quickstep_utility_StringUtil;

//Dependencies for the target
quickstep_parser_ParseJoinedTableReference_LIB_DEPENDS:STATIC=general;glog;general;quickstep_parser_ParsePredicate;general;quickstep_parser_ParseTableReference;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_parser_ParseKeyValue_LIB_DEPENDS:STATIC=general;quickstep_parser_ParseLiteralValue;general;quickstep_parser_ParseString;general;quickstep_parser_ParseTreeNode;general;quickstep_utility_Macros;general;quickstep_utility_PtrList;

//Dependencies for the target
quickstep_parser_ParseLimit_LIB_DEPENDS:STATIC=general;quickstep_parser_ParseLiteralValue;general;quickstep_parser_ParseTreeNode;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_parser_ParseLiteralValue_LIB_DEPENDS:STATIC=general;glog;general;quickstep_parser_ParseString;general;quickstep_parser_ParseTreeNode;general;quickstep_types_DatetimeIntervalType;general;quickstep_types_DoubleType;general;quickstep_types_IntType;general;quickstep_types_LongType;general;quickstep_types_NullType;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_types_VarCharType;general;quickstep_types_YearMonthIntervalType;general;quickstep_utility_Macros;general;quickstep_utility_SqlError;

//Dependencies for the target
quickstep_parser_ParseOrderBy_LIB_DEPENDS:STATIC=general;quickstep_parser_ParseExpression;general;quickstep_parser_ParseTreeNode;general;quickstep_utility_Macros;general;quickstep_utility_PtrList;

//Dependencies for the target
quickstep_parser_ParsePartitionClause_LIB_DEPENDS:STATIC=general;quickstep_parser_ParseLiteralValue;general;quickstep_parser_ParseString;general;quickstep_parser_ParseTreeNode;general;quickstep_utility_Macros;general;quickstep_utility_PtrList;

//Dependencies for the target
quickstep_parser_ParsePredicateExists_LIB_DEPENDS:STATIC=general;quickstep_parser_ParsePredicate;general;quickstep_parser_ParseSubqueryExpression;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_parser_ParsePredicateInTableQuery_LIB_DEPENDS:STATIC=general;quickstep_parser_ParseExpression;general;quickstep_parser_ParsePredicate;general;quickstep_parser_ParseSubqueryExpression;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_parser_ParsePredicate_LIB_DEPENDS:STATIC=general;quickstep_parser_ParseExpression;general;quickstep_parser_ParseTreeNode;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_utility_Macros;general;quickstep_utility_PtrList;

//Dependencies for the target
quickstep_parser_ParsePriority_LIB_DEPENDS:STATIC=general;quickstep_parser_ParseLiteralValue;general;quickstep_parser_ParseTreeNode;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_parser_ParseSample_LIB_DEPENDS:STATIC=general;quickstep_parser_ParseLiteralValue;general;quickstep_parser_ParseTreeNode;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_parser_ParseSelect_LIB_DEPENDS:STATIC=general;glog;general;quickstep_parser_ParseGroupBy;general;quickstep_parser_ParseHaving;general;quickstep_parser_ParseLimit;general;quickstep_parser_ParseOrderBy;general;quickstep_parser_ParsePredicate;general;quickstep_parser_ParseSelectionClause;general;quickstep_parser_ParseTableReference;general;quickstep_parser_ParseTreeNode;general;quickstep_parser_ParseWindow;general;quickstep_utility_Macros;general;quickstep_utility_PtrList;

//Dependencies for the target
quickstep_parser_ParseSelectionClause_LIB_DEPENDS:STATIC=general;quickstep_parser_ParseExpression;general;quickstep_parser_ParseString;general;quickstep_parser_ParseTreeNode;general;quickstep_utility_Macros;general;quickstep_utility_PtrList;

//Dependencies for the target
quickstep_parser_ParseSetOperation_LIB_DEPENDS:STATIC=general;glog;general;quickstep_parser_ParseTreeNode;general;quickstep_utility_Macros;general;quickstep_utility_PtrList;

//Dependencies for the target
quickstep_parser_ParseSimpleTableReference_LIB_DEPENDS:STATIC=general;quickstep_parser_ParseSample;general;quickstep_parser_ParseString;general;quickstep_parser_ParseTableReference;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_parser_ParseStatement_LIB_DEPENDS:STATIC=general;glog;general;quickstep_parser_ParseAssignment;general;quickstep_parser_ParseAttributeDefinition;general;quickstep_parser_ParseBasicExpressions;general;quickstep_parser_ParseBlockProperties;general;quickstep_parser_ParseIndexProperties;general;quickstep_parser_ParseKeyValue;general;quickstep_parser_ParsePartitionClause;general;quickstep_parser_ParsePredicate;general;quickstep_parser_ParsePriority;general;quickstep_parser_ParseSelect;general;quickstep_parser_ParseSetOperation;general;quickstep_parser_ParseString;general;quickstep_parser_ParseSubqueryTableReference;general;quickstep_parser_ParseTreeNode;general;quickstep_storage_StorageBlockInfo;general;quickstep_utility_Macros;general;quickstep_utility_PtrList;general;quickstep_utility_PtrVector;

//Dependencies for the target
quickstep_parser_ParseString_LIB_DEPENDS:STATIC=general;quickstep_parser_ParseTreeNode;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_parser_ParseSubqueryExpression_LIB_DEPENDS:STATIC=general;glog;general;quickstep_parser_ParseExpression;general;quickstep_parser_ParseSetOperation;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_parser_ParseSubqueryTableReference_LIB_DEPENDS:STATIC=general;quickstep_parser_ParseSubqueryExpression;general;quickstep_parser_ParseTableReference;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_parser_ParseTableReference_LIB_DEPENDS:STATIC=general;quickstep_parser_ParseString;general;quickstep_parser_ParseTreeNode;general;quickstep_utility_Macros;general;quickstep_utility_PtrList;

//Dependencies for the target
quickstep_parser_ParseTransitiveClosureTableReference_LIB_DEPENDS:STATIC=general;quickstep_parser_ParseTableReference;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_parser_ParseTreeNode_LIB_DEPENDS:STATIC=general;quickstep_utility_Macros;general;quickstep_utility_TreeStringSerializable;

//Dependencies for the target
quickstep_parser_ParseWindow_LIB_DEPENDS:STATIC=general;quickstep_parser_ParseExpression;general;quickstep_parser_ParseOrderBy;general;quickstep_parser_ParseString;general;quickstep_parser_ParseTreeNode;general;quickstep_utility_PtrList;

//Dependencies for the target
quickstep_parser_ParserUtil_LIB_DEPENDS:STATIC=general;quickstep_utility_SqlError;

//Dependencies for the target
quickstep_parser_SqlLexer_LIB_DEPENDS:STATIC=general;quickstep_parser_ParseJoinedTableReference;general;quickstep_parser_ParseLiteralValue;general;quickstep_parser_ParseString;general;quickstep_parser_ParserUtil;general;quickstep_parser_SqlParser;general;quickstep_utility_PtrList;general;quickstep_utility_PtrVector;

//Dependencies for the target
quickstep_parser_SqlParserWrapper_LIB_DEPENDS:STATIC=general;glog;general;quickstep_parser_ParseJoinedTableReference;general;quickstep_parser_ParseStatement;general;quickstep_parser_SqlLexer;general;quickstep_parser_SqlParser;general;quickstep_utility_Macros;general;quickstep_utility_SqlError;

//Dependencies for the target
quickstep_parser_SqlParser_LIB_DEPENDS:STATIC=general;quickstep_catalog_PartitionSchemeHeader;general;quickstep_parser_ParseAssignment;general;quickstep_parser_ParseAttributeDefinition;general;quickstep_parser_ParseBasicExpressions;general;quickstep_parser_ParseBlockProperties;general;quickstep_parser_ParseCaseExpressions;general;quickstep_parser_ParseExpression;general;quickstep_parser_ParseGeneratorTableReference;general;quickstep_parser_ParseGroupBy;general;quickstep_parser_ParseHaving;general;quickstep_parser_ParseJoinedTableReference;general;quickstep_parser_ParseKeyValue;general;quickstep_parser_ParseLimit;general;quickstep_parser_ParseLiteralValue;general;quickstep_parser_ParseOrderBy;general;quickstep_parser_ParsePartitionClause;general;quickstep_parser_ParsePredicate;general;quickstep_parser_ParsePredicateExists;general;quickstep_parser_ParsePredicateInTableQuery;general;quickstep_parser_ParsePriority;general;quickstep_parser_ParseSample;general;quickstep_parser_ParseSelect;general;quickstep_parser_ParseSelectionClause;general;quickstep_parser_ParseSetOperation;general;quickstep_parser_ParseSimpleTableReference;general;quickstep_parser_ParseStatement;general;quickstep_parser_ParseString;general;quickstep_parser_ParseSubqueryExpression;general;quickstep_parser_ParseSubqueryTableReference;general;quickstep_parser_ParseTableReference;general;quickstep_parser_ParseTransitiveClosureTableReference;general;quickstep_parser_ParseWindow;general;quickstep_parser_ParserUtil;general;quickstep_storage_StorageBlockInfo;general;quickstep_types_Type;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_operations_binaryoperations_BinaryOperation;general;quickstep_types_operations_binaryoperations_BinaryOperationFactory;general;quickstep_types_operations_binaryoperations_BinaryOperationID;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonFactory;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_types_operations_unaryoperations_UnaryOperation;general;quickstep_types_operations_unaryoperations_UnaryOperationFactory;general;quickstep_types_operations_unaryoperations_UnaryOperationID;general;quickstep_utility_PtrList;general;quickstep_utility_PtrVector;

//Dependencies for the target
quickstep_queryexecution_AdmitRequestMessage_LIB_DEPENDS:STATIC=general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryexecution_ExecutionStats_LIB_DEPENDS:STATIC=general;glog;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryexecution_ForemanBase_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryexecution_PolicyEnforcerBase;general;quickstep_threading_Thread;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_queryexecution_ForemanSingleNode_LIB_DEPENDS:STATIC=general;gflags_nothreads-static;general;glog;general;quickstep_queryexecution_AdmitRequestMessage;general;quickstep_queryexecution_ForemanBase;general;quickstep_queryexecution_PolicyEnforcerBase;general;quickstep_queryexecution_PolicyEnforcerSingleNode;general;quickstep_queryexecution_QueryExecutionTypedefs;general;quickstep_queryexecution_QueryExecutionUtil;general;quickstep_queryexecution_WorkerDirectory;general;quickstep_queryexecution_WorkerMessage;general;quickstep_threading_ThreadUtil;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_queryexecution_LIB_DEPENDS:STATIC=general;quickstep_queryexecution_AdmitRequestMessage;general;quickstep_queryexecution_ExecutionStats;general;quickstep_queryexecution_ForemanBase;general;quickstep_queryexecution_ForemanSingleNode;general;quickstep_queryexecution_PolicyEnforcerBase;general;quickstep_queryexecution_PolicyEnforcerSingleNode;general;quickstep_queryexecution_ProbabilityStore;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_QueryContext_proto;general;quickstep_queryexecution_QueryExecutionMessages_proto;general;quickstep_queryexecution_QueryExecutionState;general;quickstep_queryexecution_QueryExecutionTypedefs;general;quickstep_queryexecution_QueryExecutionUtil;general;quickstep_queryexecution_QueryManagerBase;general;quickstep_queryexecution_QueryManagerSingleNode;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrderSelectionPolicy;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_queryexecution_Worker;general;quickstep_queryexecution_WorkerDirectory;general;quickstep_queryexecution_WorkerMessage;general;quickstep_queryexecution_WorkerSelectionPolicy;

//Dependencies for the target
quickstep_queryexecution_PolicyEnforcerBase_LIB_DEPENDS:STATIC=general;gflags_nothreads-static;general;glog;general;quickstep_catalog_CatalogDatabase;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_PartitionScheme;general;quickstep_queryexecution_QueryExecutionMessages_proto;general;quickstep_queryexecution_QueryExecutionState;general;quickstep_queryexecution_QueryExecutionTypedefs;general;quickstep_queryexecution_QueryManagerBase;general;quickstep_relationaloperators_WorkOrder;general;quickstep_storage_StorageBlockInfo;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryexecution_PolicyEnforcerSingleNode_LIB_DEPENDS:STATIC=general;gflags_nothreads-static;general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_queryexecution_PolicyEnforcerBase;general;quickstep_queryexecution_QueryExecutionMessages_proto;general;quickstep_queryexecution_QueryExecutionState;general;quickstep_queryexecution_QueryManagerBase;general;quickstep_queryexecution_QueryManagerSingleNode;general;quickstep_queryexecution_WorkerDirectory;general;quickstep_queryexecution_WorkerMessage;general;quickstep_queryoptimizer_QueryHandle;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_queryexecution_ProbabilityStore_LIB_DEPENDS:STATIC=general;glog;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryexecution_QueryContext_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogDatabaseLite;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_ExpressionFactories;general;quickstep_expressions_predicate_Predicate;general;quickstep_expressions_scalar_Scalar;general;quickstep_expressions_tablegenerator_GeneratorFunctionFactory;general;quickstep_expressions_tablegenerator_GeneratorFunctionHandle;general;quickstep_expressions_tablegenerator_GeneratorFunction_proto;general;quickstep_queryexecution_QueryContext_proto;general;quickstep_storage_AggregationOperationState;general;quickstep_storage_HashTable;general;quickstep_storage_HashTableFactory;general;quickstep_storage_InsertDestination;general;quickstep_storage_InsertDestination_proto;general;quickstep_storage_TransitiveClosureState;general;quickstep_storage_WindowAggregationOperationState;general;quickstep_threading_SpinSharedMutex;general;quickstep_types_TypedValue;general;quickstep_types_containers_Tuple;general;quickstep_utility_ArrayIndex;general;quickstep_utility_BitMatrix;general;quickstep_utility_Macros;general;quickstep_utility_SortConfiguration;general;quickstep_utility_lipfilter_LIPFilter;general;quickstep_utility_lipfilter_LIPFilterDeployment;general;quickstep_utility_lipfilter_LIPFilterFactory;general;tmb;

//Dependencies for the target
quickstep_queryexecution_QueryContext_proto_LIB_DEPENDS:STATIC=general;/usr/local/lib/libprotobuf.a;general;quickstep_expressions_Expressions_proto;general;quickstep_expressions_tablegenerator_GeneratorFunction_proto;general;quickstep_storage_AggregationOperationState_proto;general;quickstep_storage_HashTable_proto;general;quickstep_storage_InsertDestination_proto;general;quickstep_storage_WindowAggregationOperationState_proto;general;quickstep_types_containers_Tuple_proto;general;quickstep_utility_SortConfiguration_proto;general;quickstep_utility_lipfilter_LIPFilter_proto;

//Dependencies for the target
quickstep_queryexecution_QueryExecutionMessages_proto_LIB_DEPENDS:STATIC=general;/usr/local/lib/libprotobuf.a;general;quickstep_catalog_Catalog_proto;general;quickstep_queryexecution_QueryContext_proto;general;quickstep_relationaloperators_WorkOrder_proto;

//Dependencies for the target
quickstep_queryexecution_QueryExecutionState_LIB_DEPENDS:STATIC=general;glog;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryexecution_QueryExecutionTypedefs_LIB_DEPENDS:STATIC=general;quickstep_threading_ThreadIDBasedMap;general;tmb;

//Dependencies for the target
quickstep_queryexecution_QueryExecutionUtil_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryexecution_AdmitRequestMessage;general;quickstep_queryexecution_QueryExecutionTypedefs;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_queryexecution_QueryManagerBase_LIB_DEPENDS:STATIC=general;gflags_nothreads-static;general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_QueryExecutionState;general;quickstep_queryoptimizer_QueryHandle;general;quickstep_queryoptimizer_QueryPlan;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_storage_StorageBlockInfo;general;quickstep_utility_DAG;general;quickstep_utility_ExecutionDAGVisualizer;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryexecution_QueryManagerSingleNode_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogDatabase;general;quickstep_catalog_CatalogTypedefs;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_QueryExecutionState;general;quickstep_queryexecution_QueryManagerBase;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_queryexecution_WorkerMessage;general;quickstep_queryoptimizer_QueryHandle;general;quickstep_relationaloperators_RebuildWorkOrder;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_storage_InsertDestination;general;quickstep_storage_StorageBlock;general;quickstep_utility_DAG;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_queryexecution_WorkOrderProtosContainer_LIB_DEPENDS:STATIC=general;glog;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryexecution_WorkOrderSelectionPolicy_LIB_DEPENDS:STATIC=general;glog;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryexecution_WorkOrdersContainer_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryexecution_WorkOrderSelectionPolicy;general;quickstep_relationaloperators_WorkOrder;general;quickstep_utility_Macros;general;quickstep_utility_PtrVector;

//Dependencies for the target
quickstep_queryexecution_WorkerDirectory_LIB_DEPENDS:STATIC=general;quickstep_queryexecution_QueryExecutionTypedefs;general;quickstep_utility_Macros;

//Dependencies for target
quickstep_queryexecution_WorkerMessage_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_queryexecution_WorkerSelectionPolicy_LIB_DEPENDS:STATIC=general;quickstep_queryexecution_WorkerDirectory;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryexecution_Worker_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryexecution_QueryExecutionMessages_proto;general;quickstep_queryexecution_QueryExecutionTypedefs;general;quickstep_queryexecution_QueryExecutionUtil;general;quickstep_queryexecution_WorkerMessage;general;quickstep_relationaloperators_WorkOrder;general;quickstep_threading_Thread;general;quickstep_threading_ThreadIDBasedMap;general;quickstep_threading_ThreadUtil;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_queryoptimizer_ExecutionGenerator_LIB_DEPENDS:STATIC=general;gflags_nothreads-static;general;glog;general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogDatabase;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogRelationStatistics;general;quickstep_catalog_CatalogTypedefs;general;quickstep_catalog_PartitionScheme;general;quickstep_catalog_PartitionSchemeHeader;general;quickstep_cli_Flags;general;quickstep_expressions_Expressions_proto;general;quickstep_expressions_aggregation_AggregateFunction;general;quickstep_expressions_aggregation_AggregateFunction_proto;general;quickstep_expressions_aggregation_AggregationID;general;quickstep_expressions_predicate_Predicate;general;quickstep_expressions_scalar_Scalar;general;quickstep_expressions_scalar_ScalarAttribute;general;quickstep_expressions_windowaggregation_WindowAggregateFunction;general;quickstep_expressions_windowaggregation_WindowAggregateFunction_proto;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_QueryContext_proto;general;quickstep_queryoptimizer_LIPFilterGenerator;general;quickstep_queryoptimizer_OptimizerContext;general;quickstep_queryoptimizer_QueryHandle;general;quickstep_queryoptimizer_QueryPlan;general;quickstep_queryoptimizer_costmodel_CostModel;general;quickstep_queryoptimizer_costmodel_SimpleCostModel;general;quickstep_queryoptimizer_costmodel_StarSchemaSimpleCostModel;general;quickstep_queryoptimizer_expressions_AggregateFunction;general;quickstep_queryoptimizer_expressions_Alias;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ComparisonExpression;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_expressions_Scalar;general;quickstep_queryoptimizer_expressions_ScalarLiteral;general;quickstep_queryoptimizer_expressions_WindowAggregateFunction;general;quickstep_queryoptimizer_physical_Aggregate;general;quickstep_queryoptimizer_physical_CopyFrom;general;quickstep_queryoptimizer_physical_CopyTo;general;quickstep_queryoptimizer_physical_CreateIndex;general;quickstep_queryoptimizer_physical_CreateTable;general;quickstep_queryoptimizer_physical_CrossReferenceCoalesceAggregate;general;quickstep_queryoptimizer_physical_DeleteTuples;general;quickstep_queryoptimizer_physical_DropTable;general;quickstep_queryoptimizer_physical_FilterJoin;general;quickstep_queryoptimizer_physical_HashJoin;general;quickstep_queryoptimizer_physical_InsertSelection;general;quickstep_queryoptimizer_physical_InsertTuple;general;quickstep_queryoptimizer_physical_LIPFilterConfiguration;general;quickstep_queryoptimizer_physical_NestedLoopsJoin;general;quickstep_queryoptimizer_physical_PartitionSchemeHeader;general;quickstep_queryoptimizer_physical_PatternMatcher;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_queryoptimizer_physical_SameGeneration;general;quickstep_queryoptimizer_physical_Sample;general;quickstep_queryoptimizer_physical_Selection;general;quickstep_queryoptimizer_physical_SharedSubplanReference;general;quickstep_queryoptimizer_physical_Sort;general;quickstep_queryoptimizer_physical_TableGenerator;general;quickstep_queryoptimizer_physical_TableReference;general;quickstep_queryoptimizer_physical_TopLevelPlan;general;quickstep_queryoptimizer_physical_TransitiveClosure;general;quickstep_queryoptimizer_physical_UnionAll;general;quickstep_queryoptimizer_physical_UpdateTable;general;quickstep_queryoptimizer_physical_WindowAggregate;general;quickstep_relationaloperators_AggregationOperator;general;quickstep_relationaloperators_BitMatrixExportOperator;general;quickstep_relationaloperators_BitMatrixJoinOperator;general;quickstep_relationaloperators_BuildAggregationExistenceMapOperator;general;quickstep_relationaloperators_BuildArrayIndexOperator;general;quickstep_relationaloperators_BuildHashOperator;general;quickstep_relationaloperators_BuildLIPFilterOperator;general;quickstep_relationaloperators_BuildTransitiveClosureOperator;general;quickstep_relationaloperators_CreateIndexOperator;general;quickstep_relationaloperators_CreateTableOperator;general;quickstep_relationaloperators_DeleteOperator;general;quickstep_relationaloperators_DestroyAggregationStateOperator;general;quickstep_relationaloperators_DestroyArrayIndexOperator;general;quickstep_relationaloperators_DestroyBitMatrixOperator;general;quickstep_relationaloperators_DestroyHashOperator;general;quickstep_relationaloperators_DropTableOperator;general;quickstep_relationaloperators_FinalizeAggregationOperator;general;quickstep_relationaloperators_HashJoinOperator;general;quickstep_relationaloperators_InitializeAggregationOperator;general;quickstep_relationaloperators_InitializeBitMatrixOperator;general;quickstep_relationaloperators_InitializeTransitiveClosureOperator;general;quickstep_relationaloperators_InsertOperator;general;quickstep_relationaloperators_NestedLoopsJoinOperator;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_SampleOperator;general;quickstep_relationaloperators_SaveBlocksOperator;general;quickstep_relationaloperators_SelectOperator;general;quickstep_relationaloperators_SortMergeRunOperator;general;quickstep_relationaloperators_SortRunGenerationOperator;general;quickstep_relationaloperators_TableExportOperator;general;quickstep_relationaloperators_TableGeneratorOperator;general;quickstep_relationaloperators_TextScanOperator;general;quickstep_relationaloperators_TransitiveClosureOperator;general;quickstep_relationaloperators_UnionAllOperator;general;quickstep_relationaloperators_UpdateOperator;general;quickstep_relationaloperators_WindowAggregationOperator;general;quickstep_storage_AggregationOperationState_proto;general;quickstep_storage_Flags;general;quickstep_storage_HashTableFactory;general;quickstep_storage_HashTable_proto;general;quickstep_storage_InsertDestination_proto;general;quickstep_storage_StorageBlockLayout;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_storage_StorageConstants;general;quickstep_storage_SubBlockTypeRegistry;general;quickstep_types_Type;general;quickstep_types_Type_proto;general;quickstep_types_TypedValue;general;quickstep_types_TypedValue_proto;general;quickstep_types_containers_Tuple_proto;general;quickstep_utility_ArrayIndex_proto;general;quickstep_utility_BarrieredReadWriteConcurrentBitVector;general;quickstep_utility_BitMatrix_proto;general;quickstep_utility_Macros;general;quickstep_utility_SqlError;

//Dependencies for the target
quickstep_queryoptimizer_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_ExecutionGenerator;general;quickstep_queryoptimizer_LIPFilterGenerator;general;quickstep_queryoptimizer_LogicalGenerator;general;quickstep_queryoptimizer_LogicalToPhysicalMapper;general;quickstep_queryoptimizer_Optimizer;general;quickstep_queryoptimizer_OptimizerContext;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_PhysicalGenerator;general;quickstep_queryoptimizer_QueryHandle;general;quickstep_queryoptimizer_QueryPlan;general;quickstep_queryoptimizer_QueryProcessor;general;quickstep_queryoptimizer_Validator;general;quickstep_queryoptimizer_costmodel;general;quickstep_queryoptimizer_expressions;general;quickstep_queryoptimizer_logical;general;quickstep_queryoptimizer_physical;general;quickstep_queryoptimizer_resolver;general;quickstep_queryoptimizer_rules;general;quickstep_queryoptimizer_strategy;

//Dependencies for the target
quickstep_queryoptimizer_LIPFilterGenerator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogAttribute;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_QueryContext_proto;general;quickstep_queryoptimizer_QueryPlan;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_physical_Aggregate;general;quickstep_queryoptimizer_physical_FilterJoin;general;quickstep_queryoptimizer_physical_HashJoin;general;quickstep_queryoptimizer_physical_LIPFilterConfiguration;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_Selection;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_types_Type;general;quickstep_utility_Macros;general;quickstep_utility_lipfilter_LIPFilter;general;quickstep_utility_lipfilter_LIPFilter_proto;

//Dependencies for the target
quickstep_queryoptimizer_LogicalGenerator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_parser_ParseStatement;general;quickstep_queryoptimizer_OptimizerContext;general;quickstep_queryoptimizer_Validator;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_resolver_Resolver;general;quickstep_queryoptimizer_rules_CollapseProject;general;quickstep_queryoptimizer_rules_GenerateJoins;general;quickstep_queryoptimizer_rules_PushDownFilter;general;quickstep_queryoptimizer_rules_PushDownSemiAntiJoin;general;quickstep_queryoptimizer_rules_Rule;general;quickstep_queryoptimizer_rules_UnnestSubqueries;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_LogicalToPhysicalMapper_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_OptimizerContext_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_OptimizerTree_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_Catalog_proto;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_utility_Macros;general;quickstep_utility_TreeStringSerializable;

//Dependencies for the target
quickstep_queryoptimizer_Optimizer_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_ExecutionGenerator;general;quickstep_queryoptimizer_LogicalGenerator;general;quickstep_queryoptimizer_OptimizerContext;general;quickstep_queryoptimizer_PhysicalGenerator;general;quickstep_queryoptimizer_resolver_Resolver;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_PhysicalGenerator_LIB_DEPENDS:STATIC=general;gflags_nothreads-static;general;glog;general;quickstep_queryoptimizer_LogicalToPhysicalMapper;general;quickstep_queryoptimizer_Validator;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_rules_AttachLIPFilters;general;quickstep_queryoptimizer_rules_CollapseSelection;general;quickstep_queryoptimizer_rules_EliminateEmptyNode;general;quickstep_queryoptimizer_rules_ExtractCommonSubexpression;general;quickstep_queryoptimizer_rules_FuseAggregateJoin;general;quickstep_queryoptimizer_rules_FuseHashSelect;general;quickstep_queryoptimizer_rules_InjectJoinFilters;general;quickstep_queryoptimizer_rules_Partition;general;quickstep_queryoptimizer_rules_PruneColumns;general;quickstep_queryoptimizer_rules_PushDownLowCostDisjunctivePredicate;general;quickstep_queryoptimizer_rules_ReduceGroupByAttributes;general;quickstep_queryoptimizer_rules_ReorderColumns;general;quickstep_queryoptimizer_rules_ReuseAggregateExpressions;general;quickstep_queryoptimizer_rules_StarSchemaHashJoinOrderOptimization;general;quickstep_queryoptimizer_rules_SwapProbeBuild;general;quickstep_queryoptimizer_strategy_Aggregate;general;quickstep_queryoptimizer_strategy_Join;general;quickstep_queryoptimizer_strategy_OneToOne;general;quickstep_queryoptimizer_strategy_Selection;general;quickstep_queryoptimizer_strategy_Strategy;general;quickstep_utility_Macros;general;quickstep_utility_PlanVisualizer;

//Dependencies for the target
quickstep_queryoptimizer_QueryHandle_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogTypedefs;general;quickstep_catalog_Catalog_proto;general;quickstep_queryexecution_QueryContext_proto;general;quickstep_queryoptimizer_QueryPlan;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_queryoptimizer_QueryPlan_LIB_DEPENDS:STATIC=general;quickstep_relationaloperators_RelationalOperator;general;quickstep_utility_DAG;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_QueryProcessor_LIB_DEPENDS:STATIC=general;quickstep_catalog_Catalog;general;quickstep_catalog_Catalog_proto;general;quickstep_queryoptimizer_Optimizer;general;quickstep_queryoptimizer_OptimizerContext;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_Validator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;

//Dependencies for the target
quickstep_queryoptimizer_costmodel_CostModel_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_physical_Aggregate;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_costmodel_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_costmodel_CostModel;general;quickstep_queryoptimizer_costmodel_SimpleCostModel;general;quickstep_queryoptimizer_costmodel_StarSchemaSimpleCostModel;

//Dependencies for the target
quickstep_queryoptimizer_costmodel_SimpleCostModel_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogRelationStatistics;general;quickstep_queryoptimizer_costmodel_CostModel;general;quickstep_queryoptimizer_physical_Aggregate;general;quickstep_queryoptimizer_physical_CrossReferenceCoalesceAggregate;general;quickstep_queryoptimizer_physical_FilterJoin;general;quickstep_queryoptimizer_physical_HashJoin;general;quickstep_queryoptimizer_physical_NestedLoopsJoin;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_queryoptimizer_physical_Selection;general;quickstep_queryoptimizer_physical_SharedSubplanReference;general;quickstep_queryoptimizer_physical_Sort;general;quickstep_queryoptimizer_physical_TableGenerator;general;quickstep_queryoptimizer_physical_TableReference;general;quickstep_queryoptimizer_physical_TopLevelPlan;general;quickstep_queryoptimizer_physical_TransitiveClosure;general;quickstep_queryoptimizer_physical_UnionAll;general;quickstep_queryoptimizer_physical_WindowAggregate;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_costmodel_StarSchemaSimpleCostModel_LIB_DEPENDS:STATIC=general;gflags_nothreads-static;general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogRelationStatistics;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_aggregation_AggregateFunction;general;quickstep_expressions_aggregation_AggregationID;general;quickstep_queryoptimizer_costmodel_CostModel;general;quickstep_queryoptimizer_expressions_AggregateFunction;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ComparisonExpression;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_LogicalAnd;general;quickstep_queryoptimizer_expressions_LogicalOr;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_physical_Aggregate;general;quickstep_queryoptimizer_physical_CrossReferenceCoalesceAggregate;general;quickstep_queryoptimizer_physical_FilterJoin;general;quickstep_queryoptimizer_physical_HashJoin;general;quickstep_queryoptimizer_physical_NestedLoopsJoin;general;quickstep_queryoptimizer_physical_PatternMatcher;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_queryoptimizer_physical_SameGeneration;general;quickstep_queryoptimizer_physical_Selection;general;quickstep_queryoptimizer_physical_SharedSubplanReference;general;quickstep_queryoptimizer_physical_Sort;general;quickstep_queryoptimizer_physical_TableGenerator;general;quickstep_queryoptimizer_physical_TableReference;general;quickstep_queryoptimizer_physical_TopLevelPlan;general;quickstep_queryoptimizer_physical_TransitiveClosure;general;quickstep_queryoptimizer_physical_UnionAll;general;quickstep_queryoptimizer_physical_WindowAggregate;general;quickstep_types_NullType;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_utility_EqualsAnyConstant;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_expressions_AggregateFunction_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_aggregation_AggregateFunction;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Scalar;general;quickstep_types_Type;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_expressions_Alias_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Scalar;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_expressions_AttributeReference_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_scalar_Scalar;general;quickstep_expressions_scalar_ScalarAttribute;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Scalar;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_expressions_BinaryExpression_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_scalar_ScalarBinaryExpression;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Scalar;general;quickstep_types_operations_binaryoperations_BinaryOperation;general;quickstep_types_operations_binaryoperations_BinaryOperationID;general;quickstep_utility_HashPair;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_expressions_Cast_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_scalar_Scalar;general;quickstep_expressions_scalar_ScalarUnaryExpression;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Scalar;general;quickstep_types_Type;general;quickstep_types_operations_unaryoperations_NumericCastOperation;general;quickstep_utility_HashPair;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_expressions_CommonSubexpression_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_scalar_ScalarSharedExpression;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Scalar;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_expressions_ComparisonExpression_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_predicate_ComparisonPredicate;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_expressions_Scalar;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_expressions_Exists_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_expressions_SubqueryExpression;general;quickstep_utility_Macros;

//Dependencies for target
quickstep_queryoptimizer_expressions_ExprId_LIB_DEPENDS:STATIC=

//Dependencies for target
quickstep_queryoptimizer_expressions_ExpressionType_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_queryoptimizer_expressions_ExpressionUtil_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_PatternMatcher;

//Dependencies for the target
quickstep_queryoptimizer_expressions_Expression_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_types_Type;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_expressions_InTableQuery_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_expressions_Scalar;general;quickstep_queryoptimizer_expressions_SubqueryExpression;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_expressions_InValueList_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_predicate_DisjunctionPredicate;general;quickstep_expressions_predicate_Predicate;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ComparisonExpression;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_expressions_Scalar;general;quickstep_types_operations_comparisons_ComparisonFactory;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_expressions_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_expressions_AggregateFunction;general;quickstep_queryoptimizer_expressions_Alias;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_BinaryExpression;general;quickstep_queryoptimizer_expressions_Cast;general;quickstep_queryoptimizer_expressions_CommonSubexpression;general;quickstep_queryoptimizer_expressions_ComparisonExpression;general;quickstep_queryoptimizer_expressions_Exists;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_InTableQuery;general;quickstep_queryoptimizer_expressions_InValueList;general;quickstep_queryoptimizer_expressions_LogicalAnd;general;quickstep_queryoptimizer_expressions_LogicalNot;general;quickstep_queryoptimizer_expressions_LogicalOr;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_expressions_PredicateLiteral;general;quickstep_queryoptimizer_expressions_Scalar;general;quickstep_queryoptimizer_expressions_ScalarLiteral;general;quickstep_queryoptimizer_expressions_SearchedCase;general;quickstep_queryoptimizer_expressions_SimpleCase;general;quickstep_queryoptimizer_expressions_SubqueryExpression;general;quickstep_queryoptimizer_expressions_UnaryExpression;general;quickstep_queryoptimizer_expressions_WindowAggregateFunction;

//Dependencies for the target
quickstep_queryoptimizer_expressions_LogicalAnd_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_predicate_ConjunctionPredicate;general;quickstep_expressions_predicate_TrivialPredicates;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_expressions_PredicateLiteral;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_expressions_LogicalNot_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_predicate_NegationPredicate;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_expressions_LogicalOr_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_predicate_DisjunctionPredicate;general;quickstep_expressions_predicate_TrivialPredicates;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_expressions_PredicateLiteral;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_expressions_NamedExpression_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_Scalar;general;quickstep_types_Type;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_expressions_PatternMatcher_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_expressions_ExpressionType;

//Dependencies for the target
quickstep_queryoptimizer_expressions_PredicateLiteral_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_predicate_TrivialPredicates;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_expressions_Predicate_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_types_Type;general;quickstep_types_TypeFactory;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_expressions_ScalarLiteral_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_scalar_ScalarLiteral;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Scalar;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_utility_HashPair;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_expressions_Scalar_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_utility_HashError;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_expressions_SearchedCase_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_predicate_Predicate;general;quickstep_expressions_scalar_Scalar;general;quickstep_expressions_scalar_ScalarCaseExpression;general;quickstep_expressions_scalar_ScalarLiteral;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_expressions_Scalar;general;quickstep_types_Type;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_expressions_SimpleCase_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_predicate_Predicate;general;quickstep_expressions_scalar_Scalar;general;quickstep_expressions_scalar_ScalarCaseExpression;general;quickstep_expressions_scalar_ScalarLiteral;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ComparisonExpression;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_expressions_Scalar;general;quickstep_types_Type;general;quickstep_types_operations_comparisons_ComparisonFactory;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_utility_Cast;general;quickstep_utility_HashPair;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_expressions_SubqueryExpression_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_Scalar;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_expressions_UnaryExpression_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_scalar_ScalarUnaryExpression;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Scalar;general;quickstep_types_operations_unaryoperations_UnaryOperation;general;quickstep_types_operations_unaryoperations_UnaryOperationID;general;quickstep_utility_HashPair;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_expressions_WindowAggregateFunction_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_windowaggregation_WindowAggregateFunction;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Scalar;general;quickstep_types_Type;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_Aggregate_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_Alias;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_BinaryJoin_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_logical_Join;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_CopyFrom_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_utility_BulkIoConfiguration;general;quickstep_utility_Macros;general;quickstep_utility_StringUtil;

//Dependencies for the target
quickstep_queryoptimizer_logical_CopyTo_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_utility_BulkIoConfiguration;general;quickstep_utility_Macros;general;quickstep_utility_StringUtil;

//Dependencies for the target
quickstep_queryoptimizer_logical_CreateIndex_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_CreateTable_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_Catalog_proto;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_DeleteTuples_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_DropTable_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_Filter_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_LogicalAnd;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_queryoptimizer_logical_PatternMatcher;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_HashJoin_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_logical_BinaryJoin;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_InsertSelection_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_InsertTuple_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ScalarLiteral;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_Join_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_logical_Logical;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_logical_Aggregate;general;quickstep_queryoptimizer_logical_BinaryJoin;general;quickstep_queryoptimizer_logical_CopyFrom;general;quickstep_queryoptimizer_logical_CopyTo;general;quickstep_queryoptimizer_logical_CreateIndex;general;quickstep_queryoptimizer_logical_CreateTable;general;quickstep_queryoptimizer_logical_DeleteTuples;general;quickstep_queryoptimizer_logical_DropTable;general;quickstep_queryoptimizer_logical_Filter;general;quickstep_queryoptimizer_logical_HashJoin;general;quickstep_queryoptimizer_logical_InsertSelection;general;quickstep_queryoptimizer_logical_InsertTuple;general;quickstep_queryoptimizer_logical_Join;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_queryoptimizer_logical_MultiwayCartesianJoin;general;quickstep_queryoptimizer_logical_NestedLoopsJoin;general;quickstep_queryoptimizer_logical_PatternMatcher;general;quickstep_queryoptimizer_logical_Project;general;quickstep_queryoptimizer_logical_SameGeneration;general;quickstep_queryoptimizer_logical_Sample;general;quickstep_queryoptimizer_logical_SetOperation;general;quickstep_queryoptimizer_logical_SharedSubplanReference;general;quickstep_queryoptimizer_logical_Sort;general;quickstep_queryoptimizer_logical_TableGenerator;general;quickstep_queryoptimizer_logical_TableReference;general;quickstep_queryoptimizer_logical_TopLevelPlan;general;quickstep_queryoptimizer_logical_TransitiveClosure;general;quickstep_queryoptimizer_logical_UpdateTable;general;quickstep_queryoptimizer_logical_WindowAggregate;

//Dependencies for target
quickstep_queryoptimizer_logical_LogicalType_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_queryoptimizer_logical_Logical_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_MultiwayCartesianJoin_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_logical_Join;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_NestedLoopsJoin_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_expressions_PredicateLiteral;general;quickstep_queryoptimizer_logical_BinaryJoin;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_PatternMatcher_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_logical_LogicalType;

//Dependencies for the target
quickstep_queryoptimizer_logical_Project_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_SameGeneration_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_Sample_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_SetOperation_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_SharedSubplanReference_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_Sort_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_TableGenerator_LIB_DEPENDS:STATIC=general;quickstep_expressions_tablegenerator_GeneratorFunctionHandle;general;quickstep_queryoptimizer_OptimizerContext;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_TableReference_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_queryoptimizer_OptimizerContext;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_TopLevelPlan_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_TransitiveClosure_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_UpdateTable_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_expressions_Scalar;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_logical_WindowAggregate_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_Alias;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_Aggregate_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_Alias;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_physical_PartitionSchemeHeader;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_BinaryJoin_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_physical_Join;general;quickstep_queryoptimizer_physical_PartitionSchemeHeader;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_CopyFrom_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_utility_BulkIoConfiguration;general;quickstep_utility_Macros;general;quickstep_utility_StringUtil;

//Dependencies for the target
quickstep_queryoptimizer_physical_CopyTo_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_utility_BulkIoConfiguration;general;quickstep_utility_Macros;general;quickstep_utility_StringUtil;

//Dependencies for the target
quickstep_queryoptimizer_physical_CreateIndex_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_CreateTable_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_Catalog_proto;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_CrossReferenceCoalesceAggregate_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_Alias;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_DeleteTuples_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_DropTable_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_FilterJoin_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_physical_BinaryJoin;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_HashJoin_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_physical_BinaryJoin;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_InsertSelection_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_InsertTuple_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_ScalarLiteral;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_Join_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_physical_Aggregate;general;quickstep_queryoptimizer_physical_BinaryJoin;general;quickstep_queryoptimizer_physical_CopyFrom;general;quickstep_queryoptimizer_physical_CopyTo;general;quickstep_queryoptimizer_physical_CreateIndex;general;quickstep_queryoptimizer_physical_CreateTable;general;quickstep_queryoptimizer_physical_CrossReferenceCoalesceAggregate;general;quickstep_queryoptimizer_physical_DeleteTuples;general;quickstep_queryoptimizer_physical_DropTable;general;quickstep_queryoptimizer_physical_FilterJoin;general;quickstep_queryoptimizer_physical_HashJoin;general;quickstep_queryoptimizer_physical_InsertSelection;general;quickstep_queryoptimizer_physical_InsertTuple;general;quickstep_queryoptimizer_physical_Join;general;quickstep_queryoptimizer_physical_LIPFilterConfiguration;general;quickstep_queryoptimizer_physical_NestedLoopsJoin;general;quickstep_queryoptimizer_physical_PartitionSchemeHeader;general;quickstep_queryoptimizer_physical_PatternMatcher;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_queryoptimizer_physical_SameGeneration;general;quickstep_queryoptimizer_physical_Sample;general;quickstep_queryoptimizer_physical_Selection;general;quickstep_queryoptimizer_physical_SharedSubplanReference;general;quickstep_queryoptimizer_physical_Sort;general;quickstep_queryoptimizer_physical_TableGenerator;general;quickstep_queryoptimizer_physical_TableReference;general;quickstep_queryoptimizer_physical_TopLevelPlan;general;quickstep_queryoptimizer_physical_TransitiveClosure;general;quickstep_queryoptimizer_physical_UnionAll;general;quickstep_queryoptimizer_physical_UpdateTable;general;quickstep_queryoptimizer_physical_WindowAggregate;

//Dependencies for the target
quickstep_queryoptimizer_physical_LIPFilterConfiguration_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_utility_Macros;general;quickstep_utility_lipfilter_LIPFilter;

//Dependencies for the target
quickstep_queryoptimizer_physical_NestedLoopsJoin_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_physical_BinaryJoin;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_PartitionSchemeHeader_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_PatternMatcher_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_physical_PhysicalType;

//Dependencies for target
quickstep_queryoptimizer_physical_PhysicalType_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_queryoptimizer_physical_Physical_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_physical_PartitionSchemeHeader;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_SameGeneration_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_Sample_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_Selection_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_LogicalAnd;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_physical_PartitionSchemeHeader;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_SharedSubplanReference_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_Sort_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_TableGenerator_LIB_DEPENDS:STATIC=general;quickstep_expressions_tablegenerator_GeneratorFunctionHandle;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_physical_PartitionSchemeHeader;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_TableReference_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_PartitionScheme;general;quickstep_catalog_PartitionSchemeHeader;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_physical_PartitionSchemeHeader;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_TopLevelPlan_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_physical_LIPFilterConfiguration;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_TransitiveClosure_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_UnionAll_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_UpdateTable_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_expressions_Scalar;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_physical_WindowAggregate_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerTree;general;quickstep_queryoptimizer_expressions_Alias;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_resolver_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_resolver_NameResolver;general;quickstep_queryoptimizer_resolver_Resolver;

//Dependencies for the target
quickstep_queryoptimizer_resolver_NameResolver_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogRelation;general;quickstep_parser_ParseString;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_utility_Macros;general;quickstep_utility_SqlError;general;quickstep_utility_StringUtil;

//Dependencies for the target
quickstep_queryoptimizer_resolver_Resolver_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogDatabase;general;quickstep_catalog_CatalogTypedefs;general;quickstep_catalog_Catalog_proto;general;quickstep_expressions_aggregation_AggregateFunction;general;quickstep_expressions_aggregation_AggregateFunctionFactory;general;quickstep_expressions_tablegenerator_GeneratorFunction;general;quickstep_expressions_tablegenerator_GeneratorFunctionFactory;general;quickstep_expressions_tablegenerator_GeneratorFunctionHandle;general;quickstep_expressions_windowaggregation_WindowAggregateFunction;general;quickstep_expressions_windowaggregation_WindowAggregateFunctionFactory;general;quickstep_parser_ParseAssignment;general;quickstep_parser_ParseBasicExpressions;general;quickstep_parser_ParseBlockProperties;general;quickstep_parser_ParseCaseExpressions;general;quickstep_parser_ParseExpression;general;quickstep_parser_ParseGeneratorTableReference;general;quickstep_parser_ParseGroupBy;general;quickstep_parser_ParseHaving;general;quickstep_parser_ParseJoinedTableReference;general;quickstep_parser_ParseLimit;general;quickstep_parser_ParseLiteralValue;general;quickstep_parser_ParseOrderBy;general;quickstep_parser_ParsePartitionClause;general;quickstep_parser_ParsePredicate;general;quickstep_parser_ParsePredicateExists;general;quickstep_parser_ParsePredicateInTableQuery;general;quickstep_parser_ParseSelect;general;quickstep_parser_ParseSelectionClause;general;quickstep_parser_ParseSimpleTableReference;general;quickstep_parser_ParseStatement;general;quickstep_parser_ParseString;general;quickstep_parser_ParseSubqueryExpression;general;quickstep_parser_ParseSubqueryTableReference;general;quickstep_parser_ParseTableReference;general;quickstep_parser_ParseTransitiveClosureTableReference;general;quickstep_parser_ParseWindow;general;quickstep_queryoptimizer_OptimizerContext;general;quickstep_queryoptimizer_Validator;general;quickstep_queryoptimizer_expressions_AggregateFunction;general;quickstep_queryoptimizer_expressions_Alias;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_BinaryExpression;general;quickstep_queryoptimizer_expressions_Cast;general;quickstep_queryoptimizer_expressions_ComparisonExpression;general;quickstep_queryoptimizer_expressions_Exists;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_InTableQuery;general;quickstep_queryoptimizer_expressions_InValueList;general;quickstep_queryoptimizer_expressions_LogicalAnd;general;quickstep_queryoptimizer_expressions_LogicalNot;general;quickstep_queryoptimizer_expressions_LogicalOr;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_expressions_PredicateLiteral;general;quickstep_queryoptimizer_expressions_Scalar;general;quickstep_queryoptimizer_expressions_ScalarLiteral;general;quickstep_queryoptimizer_expressions_SearchedCase;general;quickstep_queryoptimizer_expressions_SimpleCase;general;quickstep_queryoptimizer_expressions_SubqueryExpression;general;quickstep_queryoptimizer_expressions_UnaryExpression;general;quickstep_queryoptimizer_expressions_WindowAggregateFunction;general;quickstep_queryoptimizer_logical_Aggregate;general;quickstep_queryoptimizer_logical_CopyFrom;general;quickstep_queryoptimizer_logical_CopyTo;general;quickstep_queryoptimizer_logical_CreateIndex;general;quickstep_queryoptimizer_logical_CreateTable;general;quickstep_queryoptimizer_logical_DeleteTuples;general;quickstep_queryoptimizer_logical_DropTable;general;quickstep_queryoptimizer_logical_Filter;general;quickstep_queryoptimizer_logical_HashJoin;general;quickstep_queryoptimizer_logical_InsertSelection;general;quickstep_queryoptimizer_logical_InsertTuple;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_MultiwayCartesianJoin;general;quickstep_queryoptimizer_logical_Project;general;quickstep_queryoptimizer_logical_SameGeneration;general;quickstep_queryoptimizer_logical_Sample;general;quickstep_queryoptimizer_logical_SetOperation;general;quickstep_queryoptimizer_logical_SharedSubplanReference;general;quickstep_queryoptimizer_logical_Sort;general;quickstep_queryoptimizer_logical_TableGenerator;general;quickstep_queryoptimizer_logical_TableReference;general;quickstep_queryoptimizer_logical_TopLevelPlan;general;quickstep_queryoptimizer_logical_TransitiveClosure;general;quickstep_queryoptimizer_logical_UpdateTable;general;quickstep_queryoptimizer_logical_WindowAggregate;general;quickstep_queryoptimizer_resolver_NameResolver;general;quickstep_queryoptimizer_rules_ReferencedBaseRelations;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_storage_StorageConstants;general;quickstep_types_IntType;general;quickstep_types_Type;general;quickstep_types_TypeFactory;general;quickstep_types_TypedValue;general;quickstep_types_operations_binaryoperations_BinaryOperation;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonFactory;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_types_operations_unaryoperations_DateExtractOperation;general;quickstep_types_operations_unaryoperations_SubstringOperation;general;quickstep_types_operations_unaryoperations_UnaryOperation;general;quickstep_utility_BulkIoConfiguration;general;quickstep_utility_Macros;general;quickstep_utility_PtrList;general;quickstep_utility_PtrVector;general;quickstep_utility_SqlError;general;quickstep_utility_StringUtil;

//Dependencies for the target
quickstep_queryoptimizer_rules_AttachLIPFilters_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_costmodel_StarSchemaSimpleCostModel;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_physical_Aggregate;general;quickstep_queryoptimizer_physical_HashJoin;general;quickstep_queryoptimizer_physical_LIPFilterConfiguration;general;quickstep_queryoptimizer_physical_PatternMatcher;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_queryoptimizer_physical_Selection;general;quickstep_queryoptimizer_physical_TopLevelPlan;general;quickstep_queryoptimizer_rules_Rule;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_utility_Macros;general;quickstep_utility_lipfilter_LIPFilter;

//Dependencies for the target
quickstep_queryoptimizer_rules_BottomUpRule_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_rules_Rule;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_rules_CollapseProject_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_PatternMatcher;general;quickstep_queryoptimizer_logical_Project;general;quickstep_queryoptimizer_rules_BottomUpRule;general;quickstep_queryoptimizer_rules_Rule;general;quickstep_queryoptimizer_rules_RuleHelper;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_rules_CollapseSelection_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_LogicalAnd;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_physical_PatternMatcher;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_Selection;general;quickstep_queryoptimizer_rules_BottomUpRule;general;quickstep_queryoptimizer_rules_RuleHelper;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_rules_EliminateEmptyNode_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogDatabase;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogRelationStatistics;general;quickstep_queryoptimizer_OptimizerContext;general;quickstep_queryoptimizer_expressions_Alias;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_physical_Aggregate;general;quickstep_queryoptimizer_physical_HashJoin;general;quickstep_queryoptimizer_physical_PatternMatcher;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_queryoptimizer_physical_Selection;general;quickstep_queryoptimizer_physical_TableReference;general;quickstep_queryoptimizer_physical_TopLevelPlan;general;quickstep_queryoptimizer_physical_UnionAll;general;quickstep_queryoptimizer_rules_Rule;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_rules_ExtractCommonSubexpression_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerContext;general;quickstep_queryoptimizer_expressions_AggregateFunction;general;quickstep_queryoptimizer_expressions_Alias;general;quickstep_queryoptimizer_expressions_CommonSubexpression;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Scalar;general;quickstep_queryoptimizer_physical_Aggregate;general;quickstep_queryoptimizer_physical_HashJoin;general;quickstep_queryoptimizer_physical_NestedLoopsJoin;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_queryoptimizer_physical_Selection;general;quickstep_queryoptimizer_rules_BottomUpRule;general;quickstep_utility_HashError;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_rules_FuseAggregateJoin_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_costmodel_StarSchemaSimpleCostModel;general;quickstep_queryoptimizer_expressions_AggregateFunction;general;quickstep_queryoptimizer_expressions_Alias;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_expressions_Scalar;general;quickstep_queryoptimizer_physical_Aggregate;general;quickstep_queryoptimizer_physical_CrossReferenceCoalesceAggregate;general;quickstep_queryoptimizer_physical_HashJoin;general;quickstep_queryoptimizer_physical_PatternMatcher;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_queryoptimizer_physical_Selection;general;quickstep_queryoptimizer_physical_TopLevelPlan;general;quickstep_queryoptimizer_rules_BottomUpRule;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_rules_FuseHashSelect_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_physical_HashJoin;general;quickstep_queryoptimizer_physical_PatternMatcher;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_queryoptimizer_physical_Selection;general;quickstep_queryoptimizer_rules_TopDownRule;

//Dependencies for the target
quickstep_queryoptimizer_rules_GenerateJoins_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ComparisonExpression;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_LogicalAnd;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_logical_Filter;general;quickstep_queryoptimizer_logical_HashJoin;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_MultiwayCartesianJoin;general;quickstep_queryoptimizer_logical_NestedLoopsJoin;general;quickstep_queryoptimizer_logical_PatternMatcher;general;quickstep_queryoptimizer_rules_Rule;general;quickstep_queryoptimizer_rules_RuleHelper;general;quickstep_queryoptimizer_rules_TopDownRule;general;quickstep_types_operations_comparisons_ComparisonFactory;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_utility_Macros;general;quickstep_utility_SqlError;general;quickstep_utility_VectorUtil;

//Dependencies for the target
quickstep_queryoptimizer_rules_InjectJoinFilters_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_costmodel_StarSchemaSimpleCostModel;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_physical_Aggregate;general;quickstep_queryoptimizer_physical_FilterJoin;general;quickstep_queryoptimizer_physical_HashJoin;general;quickstep_queryoptimizer_physical_LIPFilterConfiguration;general;quickstep_queryoptimizer_physical_PatternMatcher;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_queryoptimizer_physical_Selection;general;quickstep_queryoptimizer_physical_TopLevelPlan;general;quickstep_queryoptimizer_rules_PruneColumns;general;quickstep_queryoptimizer_rules_Rule;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_utility_Macros;general;quickstep_utility_lipfilter_LIPFilter;

//Dependencies for the target
quickstep_queryoptimizer_rules_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_rules_AttachLIPFilters;general;quickstep_queryoptimizer_rules_BottomUpRule;general;quickstep_queryoptimizer_rules_CollapseProject;general;quickstep_queryoptimizer_rules_CollapseSelection;general;quickstep_queryoptimizer_rules_EliminateEmptyNode;general;quickstep_queryoptimizer_rules_ExtractCommonSubexpression;general;quickstep_queryoptimizer_rules_FuseAggregateJoin;general;quickstep_queryoptimizer_rules_FuseHashSelect;general;quickstep_queryoptimizer_rules_GenerateJoins;general;quickstep_queryoptimizer_rules_InjectJoinFilters;general;quickstep_queryoptimizer_rules_Partition;general;quickstep_queryoptimizer_rules_PruneColumns;general;quickstep_queryoptimizer_rules_PushDownFilter;general;quickstep_queryoptimizer_rules_PushDownLowCostDisjunctivePredicate;general;quickstep_queryoptimizer_rules_PushDownSemiAntiJoin;general;quickstep_queryoptimizer_rules_ReduceGroupByAttributes;general;quickstep_queryoptimizer_rules_ReferencedBaseRelations;general;quickstep_queryoptimizer_rules_ReorderColumns;general;quickstep_queryoptimizer_rules_ReuseAggregateExpressions;general;quickstep_queryoptimizer_rules_Rule;general;quickstep_queryoptimizer_rules_RuleHelper;general;quickstep_queryoptimizer_rules_StarSchemaHashJoinOrderOptimization;general;quickstep_queryoptimizer_rules_SwapProbeBuild;general;quickstep_queryoptimizer_rules_TopDownRule;general;quickstep_queryoptimizer_rules_UnnestSubqueries;general;quickstep_queryoptimizer_rules_UpdateExpression;

//Dependencies for the target
quickstep_queryoptimizer_rules_Partition_LIB_DEPENDS:STATIC=general;gflags_nothreads-static;general;glog;general;quickstep_expressions_aggregation_AggregateFunction;general;quickstep_expressions_aggregation_AggregateFunctionFactory;general;quickstep_expressions_aggregation_AggregationID;general;quickstep_queryoptimizer_OptimizerContext;general;quickstep_queryoptimizer_costmodel_StarSchemaSimpleCostModel;general;quickstep_queryoptimizer_expressions_AggregateFunction;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_BinaryExpression;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_physical_Aggregate;general;quickstep_queryoptimizer_physical_HashJoin;general;quickstep_queryoptimizer_physical_PartitionSchemeHeader;general;quickstep_queryoptimizer_physical_PatternMatcher;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_queryoptimizer_physical_Selection;general;quickstep_queryoptimizer_physical_Sort;general;quickstep_queryoptimizer_physical_TableReference;general;quickstep_queryoptimizer_physical_TopLevelPlan;general;quickstep_queryoptimizer_rules_BottomUpRule;general;quickstep_types_operations_binaryoperations_BinaryOperation;general;quickstep_types_operations_binaryoperations_BinaryOperationFactory;general;quickstep_types_operations_binaryoperations_BinaryOperationID;general;quickstep_utility_Cast;general;quickstep_utility_EqualsAnyConstant;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_rules_PruneColumns_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_physical_PatternMatcher;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_rules_Rule;general;quickstep_queryoptimizer_rules_TopDownRule;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_rules_PushDownFilter_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_logical_Filter;general;quickstep_queryoptimizer_logical_HashJoin;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_PatternMatcher;general;quickstep_queryoptimizer_rules_Rule;general;quickstep_queryoptimizer_rules_RuleHelper;general;quickstep_queryoptimizer_rules_TopDownRule;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_rules_PushDownLowCostDisjunctivePredicate_LIB_DEPENDS:STATIC=general;gflags_nothreads-static;general;glog;general;quickstep_queryoptimizer_costmodel_StarSchemaSimpleCostModel;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_LogicalAnd;general;quickstep_queryoptimizer_expressions_LogicalOr;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_physical_Aggregate;general;quickstep_queryoptimizer_physical_HashJoin;general;quickstep_queryoptimizer_physical_NestedLoopsJoin;general;quickstep_queryoptimizer_physical_PatternMatcher;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_queryoptimizer_physical_Selection;general;quickstep_queryoptimizer_physical_TableReference;general;quickstep_queryoptimizer_physical_TopLevelPlan;general;quickstep_queryoptimizer_rules_Rule;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_rules_PushDownSemiAntiJoin_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_logical_HashJoin;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_PatternMatcher;general;quickstep_queryoptimizer_rules_TopDownRule;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_rules_ReduceGroupByAttributes_LIB_DEPENDS:STATIC=general;gflags_nothreads-static;general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_queryoptimizer_OptimizerContext;general;quickstep_queryoptimizer_costmodel_StarSchemaSimpleCostModel;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_physical_Aggregate;general;quickstep_queryoptimizer_physical_HashJoin;general;quickstep_queryoptimizer_physical_PatternMatcher;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_queryoptimizer_physical_TableReference;general;quickstep_queryoptimizer_physical_TopLevelPlan;general;quickstep_queryoptimizer_rules_PruneColumns;general;quickstep_queryoptimizer_rules_Rule;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_rules_ReferencedBaseRelations_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogTypedefs;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_PatternMatcher;general;quickstep_queryoptimizer_logical_TableReference;general;quickstep_queryoptimizer_rules_Rule;general;quickstep_queryoptimizer_rules_UnnestSubqueries;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_rules_ReorderColumns_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_physical_HashJoin;general;quickstep_queryoptimizer_physical_PatternMatcher;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_queryoptimizer_physical_Selection;general;quickstep_queryoptimizer_physical_TableReference;general;quickstep_queryoptimizer_rules_Rule;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_rules_ReuseAggregateExpressions_LIB_DEPENDS:STATIC=general;gflags_nothreads-static;general;glog;general;quickstep_expressions_aggregation_AggregateFunction;general;quickstep_expressions_aggregation_AggregateFunctionFactory;general;quickstep_expressions_aggregation_AggregationID;general;quickstep_queryoptimizer_OptimizerContext;general;quickstep_queryoptimizer_costmodel_StarSchemaSimpleCostModel;general;quickstep_queryoptimizer_expressions_AggregateFunction;general;quickstep_queryoptimizer_expressions_Alias;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_BinaryExpression;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_Scalar;general;quickstep_queryoptimizer_physical_Aggregate;general;quickstep_queryoptimizer_physical_PatternMatcher;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_queryoptimizer_physical_Selection;general;quickstep_queryoptimizer_physical_TopLevelPlan;general;quickstep_queryoptimizer_rules_BottomUpRule;general;quickstep_types_operations_binaryoperations_BinaryOperation;general;quickstep_types_operations_binaryoperations_BinaryOperationFactory;general;quickstep_types_operations_binaryoperations_BinaryOperationID;general;quickstep_utility_HashError;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_rules_RuleHelper_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_expressions_Alias;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_LogicalAnd;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_rules_UpdateExpression;

//Dependencies for the target
quickstep_queryoptimizer_rules_Rule_LIB_DEPENDS:STATIC=general;glog;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_rules_StarSchemaHashJoinOrderOptimization_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_costmodel_StarSchemaSimpleCostModel;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_physical_Aggregate;general;quickstep_queryoptimizer_physical_HashJoin;general;quickstep_queryoptimizer_physical_PatternMatcher;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_queryoptimizer_physical_TopLevelPlan;general;quickstep_queryoptimizer_rules_Rule;general;quickstep_utility_DisjointTreeForest;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_rules_SwapProbeBuild_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_costmodel_SimpleCostModel;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_physical_HashJoin;general;quickstep_queryoptimizer_physical_PatternMatcher;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_TopLevelPlan;general;quickstep_queryoptimizer_rules_BottomUpRule;general;quickstep_queryoptimizer_rules_Rule;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_rules_TopDownRule_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_rules_Rule;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_rules_UnnestSubqueries_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_OptimizerContext;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ComparisonExpression;general;quickstep_queryoptimizer_expressions_Exists;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_InTableQuery;general;quickstep_queryoptimizer_expressions_LogicalAnd;general;quickstep_queryoptimizer_expressions_LogicalNot;general;quickstep_queryoptimizer_expressions_LogicalOr;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_expressions_SubqueryExpression;general;quickstep_queryoptimizer_logical_Aggregate;general;quickstep_queryoptimizer_logical_Filter;general;quickstep_queryoptimizer_logical_HashJoin;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_queryoptimizer_logical_MultiwayCartesianJoin;general;quickstep_queryoptimizer_logical_PatternMatcher;general;quickstep_queryoptimizer_logical_Project;general;quickstep_queryoptimizer_logical_TopLevelPlan;general;quickstep_queryoptimizer_rules_BottomUpRule;general;quickstep_queryoptimizer_rules_Rule;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonFactory;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_utility_Macros;general;quickstep_utility_SqlError;

//Dependencies for the target
quickstep_queryoptimizer_rules_UpdateExpression_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_rules_BottomUpRule;general;quickstep_queryoptimizer_rules_Rule;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_rules_tests_ExpressionRuleTest_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_rules_Rule;general;quickstep_queryoptimizer_tests_OptimizerTest;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_rules_tests_LogicalRuleTest_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_rules_Rule;general;quickstep_queryoptimizer_tests_OptimizerTest;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_rules_tests_PhysicalRuleTest_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_rules_Rule;general;quickstep_queryoptimizer_tests_OptimizerTest;general;quickstep_utility_Macros;

//Dependencies for target
quickstep_queryoptimizer_rules_tests_RuleTest_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_queryoptimizer_strategy_Aggregate_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_LogicalToPhysicalMapper;general;quickstep_queryoptimizer_OptimizerContext;general;quickstep_queryoptimizer_expressions_Alias;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_logical_Aggregate;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_PatternMatcher;general;quickstep_queryoptimizer_physical_Aggregate;general;quickstep_queryoptimizer_physical_PatternMatcher;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_Selection;general;quickstep_queryoptimizer_rules_RuleHelper;general;quickstep_queryoptimizer_strategy_Strategy;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_strategy_Join_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_LogicalToPhysicalMapper;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ComparisonExpression;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_LogicalAnd;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_PatternMatcher;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_logical_Filter;general;quickstep_queryoptimizer_logical_HashJoin;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_NestedLoopsJoin;general;quickstep_queryoptimizer_logical_PatternMatcher;general;quickstep_queryoptimizer_logical_Project;general;quickstep_queryoptimizer_logical_SetOperation;general;quickstep_queryoptimizer_physical_Aggregate;general;quickstep_queryoptimizer_physical_HashJoin;general;quickstep_queryoptimizer_physical_NestedLoopsJoin;general;quickstep_queryoptimizer_physical_PatternMatcher;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_Selection;general;quickstep_queryoptimizer_rules_RuleHelper;general;quickstep_queryoptimizer_strategy_Strategy;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_strategy_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_strategy_Aggregate;general;quickstep_queryoptimizer_strategy_Join;general;quickstep_queryoptimizer_strategy_OneToOne;general;quickstep_queryoptimizer_strategy_Selection;general;quickstep_queryoptimizer_strategy_Strategy;

//Dependencies for the target
quickstep_queryoptimizer_strategy_OneToOne_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_LogicalToPhysicalMapper;general;quickstep_queryoptimizer_OptimizerContext;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExpressionType;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_logical_CopyFrom;general;quickstep_queryoptimizer_logical_CopyTo;general;quickstep_queryoptimizer_logical_CreateIndex;general;quickstep_queryoptimizer_logical_CreateTable;general;quickstep_queryoptimizer_logical_DeleteTuples;general;quickstep_queryoptimizer_logical_DropTable;general;quickstep_queryoptimizer_logical_InsertSelection;general;quickstep_queryoptimizer_logical_InsertTuple;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_LogicalType;general;quickstep_queryoptimizer_logical_SameGeneration;general;quickstep_queryoptimizer_logical_Sample;general;quickstep_queryoptimizer_logical_SetOperation;general;quickstep_queryoptimizer_logical_SharedSubplanReference;general;quickstep_queryoptimizer_logical_Sort;general;quickstep_queryoptimizer_logical_TableGenerator;general;quickstep_queryoptimizer_logical_TableReference;general;quickstep_queryoptimizer_logical_TopLevelPlan;general;quickstep_queryoptimizer_logical_TransitiveClosure;general;quickstep_queryoptimizer_logical_UpdateTable;general;quickstep_queryoptimizer_logical_WindowAggregate;general;quickstep_queryoptimizer_physical_Aggregate;general;quickstep_queryoptimizer_physical_CopyFrom;general;quickstep_queryoptimizer_physical_CopyTo;general;quickstep_queryoptimizer_physical_CreateIndex;general;quickstep_queryoptimizer_physical_CreateTable;general;quickstep_queryoptimizer_physical_DeleteTuples;general;quickstep_queryoptimizer_physical_DropTable;general;quickstep_queryoptimizer_physical_InsertSelection;general;quickstep_queryoptimizer_physical_InsertTuple;general;quickstep_queryoptimizer_physical_PatternMatcher;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_SameGeneration;general;quickstep_queryoptimizer_physical_Sample;general;quickstep_queryoptimizer_physical_Selection;general;quickstep_queryoptimizer_physical_SharedSubplanReference;general;quickstep_queryoptimizer_physical_Sort;general;quickstep_queryoptimizer_physical_TableGenerator;general;quickstep_queryoptimizer_physical_TableReference;general;quickstep_queryoptimizer_physical_TopLevelPlan;general;quickstep_queryoptimizer_physical_TransitiveClosure;general;quickstep_queryoptimizer_physical_UnionAll;general;quickstep_queryoptimizer_physical_UpdateTable;general;quickstep_queryoptimizer_physical_WindowAggregate;general;quickstep_queryoptimizer_strategy_Strategy;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_strategy_Selection_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryoptimizer_LogicalToPhysicalMapper;general;quickstep_queryoptimizer_OptimizerContext;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_NamedExpression;general;quickstep_queryoptimizer_expressions_Predicate;general;quickstep_queryoptimizer_logical_Filter;general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_logical_PatternMatcher;general;quickstep_queryoptimizer_logical_Project;general;quickstep_queryoptimizer_physical_PartitionSchemeHeader;general;quickstep_queryoptimizer_physical_PatternMatcher;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_Selection;general;quickstep_queryoptimizer_rules_RuleHelper;general;quickstep_queryoptimizer_strategy_Strategy;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_strategy_Strategy_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_strategy_tests_StrategyTest_LIB_DEPENDS:STATIC=general;quickstep_queryoptimizer_logical_Logical;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_strategy_Strategy;general;quickstep_queryoptimizer_tests_OptimizerTest;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_tests_OptimizerTest_LIB_DEPENDS:STATIC=general;gtest;general;gtest_main;general;quickstep_catalog_Catalog;general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogDatabase;general;quickstep_catalog_CatalogRelation;general;quickstep_queryoptimizer_OptimizerContext;general;quickstep_queryoptimizer_PhysicalGenerator;general;quickstep_queryoptimizer_expressions_Alias;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_BinaryExpression;general;quickstep_queryoptimizer_expressions_ComparisonExpression;general;quickstep_queryoptimizer_expressions_Expression;general;quickstep_queryoptimizer_expressions_ExpressionUtil;general;quickstep_queryoptimizer_expressions_ScalarLiteral;general;quickstep_queryoptimizer_logical_Filter;general;quickstep_queryoptimizer_logical_Project;general;quickstep_queryoptimizer_logical_TableReference;general;quickstep_queryoptimizer_physical_Selection;general;quickstep_queryoptimizer_physical_TableReference;general;quickstep_queryoptimizer_rules_Rule;general;quickstep_types_Type;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_operations_binaryoperations_BinaryOperation;general;quickstep_types_operations_binaryoperations_BinaryOperationFactory;general;quickstep_types_operations_binaryoperations_BinaryOperationID;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonFactory;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_utility_Cast;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_queryoptimizer_tests_TestDatabaseLoader_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogDatabase;general;quickstep_catalog_CatalogRelation;general;quickstep_queryexecution_QueryExecutionMessages_proto;general;quickstep_queryexecution_QueryExecutionTypedefs;general;quickstep_storage_InsertDestination;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageManager;general;quickstep_threading_ThreadIDBasedMap;general;quickstep_types_CharType;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_types_containers_Tuple;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_AggregationOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogTypedefs;general;quickstep_catalog_PartitionScheme;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_storage_AggregationOperationState;general;quickstep_storage_StorageBlockInfo;general;quickstep_utility_Macros;general;quickstep_utility_lipfilter_LIPFilterAdaptiveProber;general;quickstep_utility_lipfilter_LIPFilterUtil;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_BitMatrixExportOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_cli_Flags;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_types_IntType;general;quickstep_types_containers_ColumnVector;general;quickstep_types_containers_ColumnVectorsValueAccessor;general;quickstep_utility_BarrieredReadWriteConcurrentBitVector;general;quickstep_utility_BitMatrix;general;quickstep_utility_Macros;general;quickstep_utility_Range;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_BitMatrixJoinOperator_LIB_DEPENDS:STATIC=general;gflags_nothreads-static;general;glog;general;quickstep_cli_Flags;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_utility_ArrayIndex;general;quickstep_utility_BitMatrix;general;quickstep_utility_Macros;general;quickstep_utility_Range;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_BuildAggregationExistenceMapOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_catalog_PartitionScheme;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_storage_AggregationOperationState;general;quickstep_storage_CollisionFreeVectorTable;general;quickstep_storage_StorageBlock;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageManager;general;quickstep_storage_TupleStorageSubBlock;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorUtil;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_utility_BarrieredReadWriteConcurrentBitVector;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_BuildArrayIndexOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_storage_StorageBlock;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageManager;general;quickstep_storage_TupleStorageSubBlock;general;quickstep_storage_ValueAccessor;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_BuildHashOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogTypedefs;general;quickstep_catalog_PartitionScheme;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_storage_HashTable;general;quickstep_storage_StorageBlock;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageManager;general;quickstep_storage_TupleReference;general;quickstep_storage_TupleStorageSubBlock;general;quickstep_storage_ValueAccessor;general;quickstep_utility_Macros;general;quickstep_utility_lipfilter_LIPFilterBuilder;general;quickstep_utility_lipfilter_LIPFilterUtil;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_BuildLIPFilterOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogTypedefs;general;quickstep_catalog_PartitionScheme;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_storage_StorageBlock;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageManager;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_TupleStorageSubBlock;general;quickstep_storage_ValueAccessor;general;quickstep_utility_Macros;general;quickstep_utility_lipfilter_LIPFilterAdaptiveProber;general;quickstep_utility_lipfilter_LIPFilterBuilder;general;quickstep_utility_lipfilter_LIPFilterUtil;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_BuildTransitiveClosureOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogTypedefs;general;quickstep_cli_Flags;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_storage_StorageBlock;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageManager;general;quickstep_storage_TransitiveClosureState;general;quickstep_storage_TupleStorageSubBlock;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorUtil;general;quickstep_utility_BlockIDStream;general;quickstep_utility_Macros;general;quickstep_utility_Range;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_CreateIndexOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_CreateTableOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogDatabase;general;quickstep_catalog_CatalogRelation;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_DeleteOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_catalog_PartitionScheme;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_QueryExecutionMessages_proto;general;quickstep_queryexecution_QueryExecutionTypedefs;general;quickstep_queryexecution_QueryExecutionUtil;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_storage_StorageBlock;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageManager;general;quickstep_threading_ThreadIDBasedMap;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_DestroyAggregationStateOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_DestroyArrayIndexOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_DestroyBitMatrixOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_DestroyHashOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_DropTableOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogDatabase;general;quickstep_catalog_CatalogDatabaseLite;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogTypedefs;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageManager;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_FinalizeAggregationOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogTypedefs;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_storage_AggregationOperationState;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_HashJoinOperator_LIB_DEPENDS:STATIC=general;gflags_nothreads-static;general;glog;general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_catalog_PartitionScheme;general;quickstep_catalog_PartitionSchemeHeader;general;quickstep_expressions_predicate_Predicate;general;quickstep_expressions_scalar_Scalar;general;quickstep_expressions_scalar_ScalarAttribute;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_storage_HashTable;general;quickstep_storage_InsertDestination;general;quickstep_storage_StorageBlock;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageManager;general;quickstep_storage_SubBlocksReference;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_TupleReference;general;quickstep_storage_TupleStorageSubBlock;general;quickstep_storage_ValueAccessor;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVector;general;quickstep_types_containers_ColumnVectorsValueAccessor;general;quickstep_utility_ColumnVectorCache;general;quickstep_utility_Macros;general;quickstep_utility_lipfilter_LIPFilterAdaptiveProber;general;quickstep_utility_lipfilter_LIPFilterUtil;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_InitializeAggregationOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_storage_AggregationOperationState;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_InitializeBitMatrixOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_cli_Flags;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_utility_BitMatrix;general;quickstep_utility_Macros;general;quickstep_utility_Range;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_InitializeTransitiveClosureOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_cli_Flags;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_TransitiveClosureState;general;quickstep_utility_Macros;general;quickstep_utility_Range;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_InsertOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogTypedefs;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_storage_InsertDestination;general;quickstep_types_containers_Tuple;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_LIB_DEPENDS:STATIC=general;quickstep_relationaloperators_AggregationOperator;general;quickstep_relationaloperators_BitMatrixExportOperator;general;quickstep_relationaloperators_BitMatrixJoinOperator;general;quickstep_relationaloperators_BuildAggregationExistenceMapOperator;general;quickstep_relationaloperators_BuildArrayIndexOperator;general;quickstep_relationaloperators_BuildHashOperator;general;quickstep_relationaloperators_BuildLIPFilterOperator;general;quickstep_relationaloperators_BuildTransitiveClosureOperator;general;quickstep_relationaloperators_CreateIndexOperator;general;quickstep_relationaloperators_CreateTableOperator;general;quickstep_relationaloperators_DeleteOperator;general;quickstep_relationaloperators_DestroyAggregationStateOperator;general;quickstep_relationaloperators_DestroyArrayIndexOperator;general;quickstep_relationaloperators_DestroyBitMatrixOperator;general;quickstep_relationaloperators_DestroyHashOperator;general;quickstep_relationaloperators_DropTableOperator;general;quickstep_relationaloperators_FinalizeAggregationOperator;general;quickstep_relationaloperators_HashJoinOperator;general;quickstep_relationaloperators_InitializeAggregationOperator;general;quickstep_relationaloperators_InitializeBitMatrixOperator;general;quickstep_relationaloperators_InitializeTransitiveClosureOperator;general;quickstep_relationaloperators_InsertOperator;general;quickstep_relationaloperators_NestedLoopsJoinOperator;general;quickstep_relationaloperators_RebuildWorkOrder;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_SampleOperator;general;quickstep_relationaloperators_SaveBlocksOperator;general;quickstep_relationaloperators_SelectOperator;general;quickstep_relationaloperators_SortMergeRunOperator;general;quickstep_relationaloperators_SortMergeRunOperatorHelpers;general;quickstep_relationaloperators_SortMergeRunOperator_proto;general;quickstep_relationaloperators_SortRunGenerationOperator;general;quickstep_relationaloperators_TableExportOperator;general;quickstep_relationaloperators_TableGeneratorOperator;general;quickstep_relationaloperators_TextScanOperator;general;quickstep_relationaloperators_TransitiveClosureOperator;general;quickstep_relationaloperators_UnionAllOperator;general;quickstep_relationaloperators_UpdateOperator;general;quickstep_relationaloperators_WindowAggregationOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrderFactory;general;quickstep_relationaloperators_WorkOrder_proto;

//Dependencies for the target
quickstep_relationaloperators_NestedLoopsJoinOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_catalog_PartitionScheme;general;quickstep_catalog_PartitionSchemeHeader;general;quickstep_expressions_predicate_Predicate;general;quickstep_expressions_scalar_Scalar;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_storage_InsertDestination;general;quickstep_storage_StorageBlock;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageManager;general;quickstep_storage_TupleStorageSubBlock;general;quickstep_storage_ValueAccessor;general;quickstep_types_containers_ColumnVectorsValueAccessor;general;quickstep_utility_ColumnVectorCache;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_RebuildWorkOrder_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_queryexecution_QueryExecutionMessages_proto;general;quickstep_queryexecution_QueryExecutionTypedefs;general;quickstep_queryexecution_QueryExecutionUtil;general;quickstep_relationaloperators_WorkOrder;general;quickstep_storage_StorageBlock;general;quickstep_threading_ThreadIDBasedMap;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_RelationalOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_queryexecution_QueryContext;general;quickstep_relationaloperators_WorkOrder;general;quickstep_storage_StorageBlockInfo;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_SampleOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogTypedefs;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_storage_InsertDestination;general;quickstep_storage_StorageBlock;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageManager;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_SaveBlocksOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogTypedefs;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageManager;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_SelectOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogTypedefs;general;quickstep_catalog_PartitionScheme;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_storage_InsertDestination;general;quickstep_storage_StorageBlock;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageManager;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_ValueAccessor;general;quickstep_utility_Macros;general;quickstep_utility_lipfilter_LIPFilterAdaptiveProber;general;quickstep_utility_lipfilter_LIPFilterUtil;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_SortMergeRunOperatorHelpers_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_scalar_Scalar;general;quickstep_storage_InsertDestination;general;quickstep_storage_StorageBlock;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageManager;general;quickstep_storage_TupleStorageSubBlock;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorUtil;general;quickstep_threading_SpinMutex;general;quickstep_types_Type;general;quickstep_types_containers_Tuple;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonFactory;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_utility_Macros;general;quickstep_utility_PtrVector;general;quickstep_utility_SortConfiguration;

//Dependencies for the target
quickstep_relationaloperators_SortMergeRunOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogTypedefs;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_QueryExecutionTypedefs;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_SortMergeRunOperatorHelpers;general;quickstep_relationaloperators_SortMergeRunOperator_proto;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_storage_StorageBlockInfo;general;quickstep_threading_ThreadIDBasedMap;general;quickstep_utility_Macros;general;quickstep_utility_SortConfiguration;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_SortMergeRunOperator_proto_LIB_DEPENDS:STATIC=general;/usr/local/lib/libprotobuf.a;

//Dependencies for the target
quickstep_relationaloperators_SortRunGenerationOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogTypedefs;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_storage_InsertDestination;general;quickstep_storage_StorageBlock;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageManager;general;quickstep_storage_TupleIdSequence;general;quickstep_utility_Macros;general;quickstep_utility_SortConfiguration;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_TableExportOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogTypedefs;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageConstants;general;quickstep_storage_ValueAccessor;general;quickstep_threading_SpinMutex;general;quickstep_types_TypedValue;general;quickstep_types_containers_Tuple;general;quickstep_utility_BulkIoConfiguration;general;quickstep_utility_Macros;general;quickstep_utility_StringUtil;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_TableGeneratorOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_tablegenerator_GeneratorFunctionHandle;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_storage_InsertDestination;general;quickstep_storage_StorageBlockInfo;general;quickstep_types_containers_ColumnVectorsValueAccessor;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_TextScanOperator_LIB_DEPENDS:STATIC=general;gflags_nothreads-static;general;glog;general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogTypedefs;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_storage_Flags;general;quickstep_storage_InsertDestination;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVector;general;quickstep_types_containers_ColumnVectorsValueAccessor;general;quickstep_types_containers_Tuple;general;quickstep_utility_BulkIoConfiguration;general;quickstep_utility_Glob;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_TransitiveClosureOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_cli_Flags;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_TransitiveClosureState;general;quickstep_types_IntType;general;quickstep_types_containers_ColumnVector;general;quickstep_types_containers_ColumnVectorsValueAccessor;general;quickstep_utility_BitVector;general;quickstep_utility_Macros;general;quickstep_utility_Range;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_UnionAllOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogTypedefs;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_storage_InsertDestination;general;quickstep_storage_StorageBlock;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageManager;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_UpdateOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_catalog_PartitionScheme;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_QueryExecutionMessages_proto;general;quickstep_queryexecution_QueryExecutionTypedefs;general;quickstep_queryexecution_QueryExecutionUtil;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_storage_InsertDestination;general;quickstep_storage_StorageBlock;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageManager;general;quickstep_threading_ThreadIDBasedMap;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_WindowAggregationOperator_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_queryexecution_QueryContext;general;quickstep_queryexecution_WorkOrderProtosContainer;general;quickstep_queryexecution_WorkOrdersContainer;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_WorkOrder;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_WindowAggregationOperationState;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_WorkOrderFactory_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogDatabaseLite;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_queryexecution_QueryContext;general;quickstep_relationaloperators_AggregationOperator;general;quickstep_relationaloperators_BuildAggregationExistenceMapOperator;general;quickstep_relationaloperators_BuildHashOperator;general;quickstep_relationaloperators_BuildLIPFilterOperator;general;quickstep_relationaloperators_DeleteOperator;general;quickstep_relationaloperators_DestroyAggregationStateOperator;general;quickstep_relationaloperators_DestroyHashOperator;general;quickstep_relationaloperators_DropTableOperator;general;quickstep_relationaloperators_FinalizeAggregationOperator;general;quickstep_relationaloperators_HashJoinOperator;general;quickstep_relationaloperators_InitializeAggregationOperator;general;quickstep_relationaloperators_InsertOperator;general;quickstep_relationaloperators_NestedLoopsJoinOperator;general;quickstep_relationaloperators_SampleOperator;general;quickstep_relationaloperators_SaveBlocksOperator;general;quickstep_relationaloperators_SelectOperator;general;quickstep_relationaloperators_SortMergeRunOperator;general;quickstep_relationaloperators_SortMergeRunOperatorHelpers;general;quickstep_relationaloperators_SortMergeRunOperator_proto;general;quickstep_relationaloperators_SortRunGenerationOperator;general;quickstep_relationaloperators_TableGeneratorOperator;general;quickstep_relationaloperators_TextScanOperator;general;quickstep_relationaloperators_UnionAllOperator;general;quickstep_relationaloperators_UpdateOperator;general;quickstep_relationaloperators_WindowAggregationOperator;general;quickstep_relationaloperators_WorkOrder_proto;general;quickstep_storage_StorageBlockInfo;general;quickstep_utility_Macros;general;quickstep_utility_lipfilter_LIPFilterUtil;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_WorkOrder_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_queryexecution_QueryExecutionTypedefs;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_relationaloperators_WorkOrder_proto_LIB_DEPENDS:STATIC=general;/usr/local/lib/libprotobuf.a;general;quickstep_relationaloperators_SortMergeRunOperator_proto;

//Dependencies for the target
quickstep_storage_AggregationOperationState_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogDatabaseLite;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_ExpressionFactories;general;quickstep_expressions_Expressions_proto;general;quickstep_expressions_aggregation_AggregateFunction;general;quickstep_expressions_aggregation_AggregateFunctionFactory;general;quickstep_expressions_aggregation_AggregationHandle;general;quickstep_expressions_predicate_Predicate;general;quickstep_expressions_scalar_Scalar;general;quickstep_storage_AggregationOperationState_proto;general;quickstep_storage_CollisionFreeVectorTable;general;quickstep_storage_HashTableBase;general;quickstep_storage_HashTableFactory;general;quickstep_storage_HashTablePool;general;quickstep_storage_HashTable_proto;general;quickstep_storage_InsertDestination;general;quickstep_storage_PackedPayloadHashTable;general;quickstep_storage_PartitionedHashTablePool;general;quickstep_storage_StorageBlock;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageManager;general;quickstep_storage_SubBlocksReference;general;quickstep_storage_ThreadPrivateCompactKeyHashTable;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_TupleStorageSubBlock;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorMultiplexer;general;quickstep_storage_ValueAccessorUtil;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVector;general;quickstep_types_containers_ColumnVectorsValueAccessor;general;quickstep_types_containers_Tuple;general;quickstep_utility_ColumnVectorCache;general;quickstep_utility_Macros;general;quickstep_utility_lipfilter_LIPFilterAdaptiveProber;

//Dependencies for the target
quickstep_storage_AggregationOperationState_proto_LIB_DEPENDS:STATIC=general;/usr/local/lib/libprotobuf.a;general;quickstep_expressions_Expressions_proto;general;quickstep_expressions_aggregation_AggregateFunction_proto;general;quickstep_storage_HashTable_proto;

//Dependencies for the target
quickstep_storage_BasicColumnStoreTupleStorageSubBlock_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_predicate_ComparisonPredicate;general;quickstep_expressions_predicate_Predicate;general;quickstep_expressions_predicate_PredicateCost;general;quickstep_expressions_scalar_Scalar;general;quickstep_storage_BasicColumnStoreValueAccessor;general;quickstep_storage_ColumnStoreUtil;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_storage_StorageErrors;general;quickstep_storage_SubBlockTypeRegistry;general;quickstep_storage_SubBlockTypeRegistryMacros;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_TupleStorageSubBlock;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorUtil;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_types_containers_Tuple;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonFactory;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_types_operations_comparisons_ComparisonUtil;general;quickstep_utility_BitVector;general;quickstep_utility_Macros;general;quickstep_utility_PtrMap;general;quickstep_utility_PtrVector;general;quickstep_utility_ScopedBuffer;

//Dependencies for the target
quickstep_storage_BasicColumnStoreValueAccessor_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_ValueAccessor;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_utility_BitVector;general;quickstep_utility_Macros;general;quickstep_utility_PtrVector;

//Dependencies for the target
quickstep_storage_BloomFilterIndexSubBlock_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_predicate_ComparisonPredicate;general;quickstep_expressions_predicate_PredicateCost;general;quickstep_expressions_scalar_Scalar;general;quickstep_expressions_scalar_ScalarAttribute;general;quickstep_expressions_scalar_ScalarLiteral;general;quickstep_storage_IndexSubBlock;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_storage_StorageConstants;general;quickstep_storage_SubBlockTypeRegistry;general;quickstep_storage_SubBlockTypeRegistryMacros;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_TupleStorageSubBlock;general;quickstep_types_TypedValue;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_utility_BloomFilter;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_CSBTreeIndexSubBlock_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_compression_CompressionDictionary;general;quickstep_expressions_predicate_ComparisonPredicate;general;quickstep_expressions_predicate_PredicateCost;general;quickstep_expressions_scalar_Scalar;general;quickstep_expressions_scalar_ScalarAttribute;general;quickstep_storage_CompressedTupleStorageSubBlock;general;quickstep_storage_IndexSubBlock;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_storage_StorageConstants;general;quickstep_storage_StorageErrors;general;quickstep_storage_SubBlockTypeRegistry;general;quickstep_storage_SubBlockTypeRegistryMacros;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_TupleStorageSubBlock;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonFactory;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_types_operations_comparisons_ComparisonUtil;general;quickstep_utility_BitVector;general;quickstep_utility_Macros;general;quickstep_utility_PtrVector;general;quickstep_utility_ScopedBuffer;

//Dependencies for the target
quickstep_storage_CollisionFreeVectorTable_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_aggregation_AggregationHandle;general;quickstep_expressions_aggregation_AggregationID;general;quickstep_storage_HashTableBase;general;quickstep_storage_StorageBlob;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageConstants;general;quickstep_storage_StorageManager;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorMultiplexer;general;quickstep_storage_ValueAccessorUtil;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_types_containers_ColumnVector;general;quickstep_types_containers_ColumnVectorsValueAccessor;general;quickstep_utility_BarrieredReadWriteConcurrentBitVector;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_ColumnStoreUtil_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_predicate_ComparisonPredicate;general;quickstep_expressions_predicate_Predicate;general;quickstep_expressions_scalar_Scalar;general;quickstep_expressions_scalar_ScalarAttribute;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_TupleIdSequence;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_types_operations_comparisons_ComparisonUtil;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_CompactKeySeparateChainingHashTable_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_cli_Flags;general;quickstep_storage_HashTableBase;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageConstants;general;quickstep_storage_StorageManager;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorUtil;general;quickstep_types_CharType;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_types_containers_ColumnVector;general;quickstep_types_containers_ColumnVectorsValueAccessor;general;quickstep_utility_HashPair;general;quickstep_utility_Macros;general;quickstep_utility_PrimeNumber;general;quickstep_utility_Range;general;quickstep_utility_ScopedArray;

//Dependencies for the target
quickstep_storage_CompressedBlockBuilder_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_compression_CompressionDictionaryBuilder;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_types_containers_Tuple;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonUtil;general;quickstep_utility_BitManipulation;general;quickstep_utility_BitVector;general;quickstep_utility_Macros;general;quickstep_utility_PtrMap;general;quickstep_utility_PtrVector;

//Dependencies for the target
quickstep_storage_CompressedColumnStoreTupleStorageSubBlock_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_compression_CompressionDictionaryLite;general;quickstep_expressions_predicate_ComparisonPredicate;general;quickstep_expressions_predicate_PredicateCost;general;quickstep_storage_ColumnStoreUtil;general;quickstep_storage_CompressedColumnStoreValueAccessor;general;quickstep_storage_CompressedTupleStorageSubBlock;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_storage_SubBlockTypeRegistry;general;quickstep_storage_SubBlockTypeRegistryMacros;general;quickstep_storage_TupleIdSequence;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonFactory;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_utility_BitVector;general;quickstep_utility_Macros;general;quickstep_utility_PtrVector;

//Dependencies for the target
quickstep_storage_CompressedColumnStoreValueAccessor_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_compression_CompressionDictionaryLite;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_storage_ValueAccessor;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_utility_BitVector;general;quickstep_utility_Macros;general;quickstep_utility_PtrMap;

//Dependencies for the target
quickstep_storage_CompressedPackedRowStoreTupleStorageSubBlock_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_compression_CompressionDictionaryLite;general;quickstep_expressions_predicate_ComparisonPredicate;general;quickstep_expressions_predicate_PredicateCost;general;quickstep_storage_CompressedPackedRowStoreValueAccessor;general;quickstep_storage_CompressedTupleStorageSubBlock;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_storage_SubBlockTypeRegistry;general;quickstep_storage_SubBlockTypeRegistryMacros;general;quickstep_storage_TupleIdSequence;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonFactory;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_utility_BitVector;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_CompressedPackedRowStoreValueAccessor_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_compression_CompressionDictionaryLite;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_storage_ValueAccessor;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_utility_BitVector;general;quickstep_utility_Macros;general;quickstep_utility_PtrMap;

//Dependencies for the target
quickstep_storage_CompressedStoreUtil_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_compression_CompressionDictionary;general;quickstep_expressions_predicate_ComparisonPredicate;general;quickstep_expressions_predicate_Predicate;general;quickstep_expressions_scalar_Scalar;general;quickstep_expressions_scalar_ScalarAttribute;general;quickstep_types_DoubleType;general;quickstep_types_FloatType;general;quickstep_types_IntType;general;quickstep_types_LongType;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_CompressedTupleStorageSubBlock_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_compression_CompressionDictionary;general;quickstep_compression_CompressionDictionaryLite;general;quickstep_expressions_predicate_ComparisonPredicate;general;quickstep_expressions_predicate_Predicate;general;quickstep_expressions_scalar_Scalar;general;quickstep_expressions_scalar_ScalarAttribute;general;quickstep_storage_CompressedBlockBuilder;general;quickstep_storage_CompressedStoreUtil;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_storage_StorageErrors;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_TupleStorageSubBlock;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorUtil;general;quickstep_types_TypedValue;general;quickstep_types_containers_Tuple;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_utility_Macros;general;quickstep_utility_PtrMap;

//Dependencies for the target
quickstep_storage_CountedReference_LIB_DEPENDS:STATIC=general;quickstep_storage_EvictionPolicy;general;quickstep_storage_StorageBlockBase;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_EvictionPolicy_LIB_DEPENDS:STATIC=general;glog;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageConstants;general;quickstep_threading_Mutex;general;quickstep_threading_SpinMutex;general;quickstep_threading_SpinSharedMutex;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_FileManagerLocal_LIB_DEPENDS:STATIC=general;quickstep_storage_FileManagerPosix;

//Dependencies for the target
quickstep_storage_FileManagerPosix_LIB_DEPENDS:STATIC=general;glog;general;quickstep_storage_FileManager;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageConstants;general;quickstep_storage_StorageErrors;general;quickstep_utility_Macros;general;quickstep_utility_StringUtil;

//Dependencies for the target
quickstep_storage_FileManager_LIB_DEPENDS:STATIC=general;quickstep_storage_StorageBlockInfo;general;quickstep_utility_Macros;general;quickstep_utility_StringUtil;

//Dependencies for the target
quickstep_storage_Flags_LIB_DEPENDS:STATIC=general;gflags_nothreads-static;

//Dependencies for the target
quickstep_storage_HashTableBase_LIB_DEPENDS:STATIC=general;quickstep_storage_ValueAccessorMultiplexer;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_HashTableFactory_LIB_DEPENDS:STATIC=general;glog;general;quickstep_storage_CollisionFreeVectorTable;general;quickstep_storage_CompactKeySeparateChainingHashTable;general;quickstep_storage_HashTable;general;quickstep_storage_HashTableBase;general;quickstep_storage_HashTable_proto;general;quickstep_storage_LinearOpenAddressingHashTable;general;quickstep_storage_PackedPayloadHashTable;general;quickstep_storage_SeparateChainingHashTable;general;quickstep_storage_SimpleScalarSeparateChainingHashTable;general;quickstep_storage_ThreadPrivateCompactKeyHashTable;general;quickstep_storage_TupleReference;general;quickstep_types_Type;general;quickstep_types_TypeFactory;general;quickstep_types_TypedValue;general;quickstep_utility_BloomFilter;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_HashTableKeyManager_LIB_DEPENDS:STATIC=general;glog;general;quickstep_storage_HashTableBase;general;quickstep_storage_StorageConstants;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_types_operations_comparisons_ComparisonUtil;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_HashTablePool_LIB_DEPENDS:STATIC=general;glog;general;quickstep_storage_HashTableBase;general;quickstep_storage_HashTableFactory;general;quickstep_threading_SpinMutex;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_HashTable_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_HashTableBase;general;quickstep_storage_StorageBlob;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageConstants;general;quickstep_storage_StorageManager;general;quickstep_storage_TupleReference;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorUtil;general;quickstep_threading_SpinSharedMutex;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_utility_BloomFilter;general;quickstep_utility_HashPair;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_HashTable_proto_LIB_DEPENDS:STATIC=general;/usr/local/lib/libprotobuf.a;general;quickstep_types_Type_proto;

//Dependencies for the target
quickstep_storage_IndexSubBlockDescriptionFactory_LIB_DEPENDS:STATIC=general;quickstep_storage_StorageBlockLayout;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_IndexSubBlock_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_predicate_PredicateCost;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_TupleStorageSubBlock;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_InsertDestinationInterface_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogTypedefs;general;quickstep_catalog_PartitionSchemeHeader;general;quickstep_types_containers_Tuple;

//Dependencies for the target
quickstep_storage_InsertDestination_LIB_DEPENDS:STATIC=general;glog;general;gtest;general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_catalog_Catalog_proto;general;quickstep_catalog_PartitionSchemeHeader;general;quickstep_queryexecution_QueryExecutionMessages_proto;general;quickstep_queryexecution_QueryExecutionTypedefs;general;quickstep_queryexecution_QueryExecutionUtil;general;quickstep_storage_InsertDestinationInterface;general;quickstep_storage_InsertDestination_proto;general;quickstep_storage_StorageBlock;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageBlockLayout;general;quickstep_storage_StorageManager;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorUtil;general;quickstep_threading_SpinMutex;general;quickstep_threading_ThreadIDBasedMap;general;quickstep_types_TypedValue;general;quickstep_types_containers_Tuple;general;quickstep_utility_Macros;general;tmb;

//Dependencies for the target
quickstep_storage_InsertDestination_proto_LIB_DEPENDS:STATIC=general;/usr/local/lib/libprotobuf.a;general;quickstep_catalog_Catalog_proto;general;quickstep_storage_StorageBlockLayout_proto;

//Dependencies for the target
quickstep_storage_LIB_DEPENDS:STATIC=general;quickstep_storage_AggregationOperationState;general;quickstep_storage_AggregationOperationState_proto;general;quickstep_storage_BasicColumnStoreTupleStorageSubBlock;general;quickstep_storage_BasicColumnStoreValueAccessor;general;quickstep_storage_BloomFilterIndexSubBlock;general;quickstep_storage_CSBTreeIndexSubBlock;general;quickstep_storage_CollisionFreeVectorTable;general;quickstep_storage_ColumnStoreUtil;general;quickstep_storage_CompactKeySeparateChainingHashTable;general;quickstep_storage_CompressedBlockBuilder;general;quickstep_storage_CompressedColumnStoreTupleStorageSubBlock;general;quickstep_storage_CompressedColumnStoreValueAccessor;general;quickstep_storage_CompressedPackedRowStoreTupleStorageSubBlock;general;quickstep_storage_CompressedPackedRowStoreValueAccessor;general;quickstep_storage_CompressedStoreUtil;general;quickstep_storage_CompressedTupleStorageSubBlock;general;quickstep_storage_CountedReference;general;quickstep_storage_EvictionPolicy;general;quickstep_storage_FileManager;general;quickstep_storage_FileManagerLocal;general;quickstep_storage_Flags;general;quickstep_storage_HashTable;general;quickstep_storage_HashTableBase;general;quickstep_storage_HashTableFactory;general;quickstep_storage_HashTableKeyManager;general;quickstep_storage_HashTablePool;general;quickstep_storage_HashTable_proto;general;quickstep_storage_IndexSubBlock;general;quickstep_storage_IndexSubBlockDescriptionFactory;general;quickstep_storage_InsertDestination;general;quickstep_storage_InsertDestinationInterface;general;quickstep_storage_InsertDestination_proto;general;quickstep_storage_LinearOpenAddressingHashTable;general;quickstep_storage_PackedPayloadHashTable;general;quickstep_storage_PartitionedHashTablePool;general;quickstep_storage_PreloaderThread;general;quickstep_storage_SMAIndexSubBlock;general;quickstep_storage_SeparateChainingHashTable;general;quickstep_storage_SimpleScalarSeparateChainingHashTable;general;quickstep_storage_SplitRowStoreTupleStorageSubBlock;general;quickstep_storage_SplitRowStoreValueAccessor;general;quickstep_storage_StorageBlob;general;quickstep_storage_StorageBlock;general;quickstep_storage_StorageBlockBase;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageBlockLayout;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_storage_StorageConstants;general;quickstep_storage_StorageErrors;general;quickstep_storage_StorageManager;general;quickstep_storage_SubBlockTypeRegistry;general;quickstep_storage_SubBlockTypeRegistryMacros;general;quickstep_storage_SubBlocksReference;general;quickstep_storage_ThreadPrivateCompactKeyHashTable;general;quickstep_storage_TransitiveClosureState;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_TupleReference;general;quickstep_storage_TupleStorageSubBlock;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorMultiplexer;general;quickstep_storage_ValueAccessorUtil;general;quickstep_storage_WindowAggregationOperationState;general;quickstep_storage_WindowAggregationOperationState_proto;general;quickstep_storage_FileManagerPosix;

//Dependencies for the target
quickstep_storage_LinearOpenAddressingHashTable_LIB_DEPENDS:STATIC=general;quickstep_storage_HashTable;general;quickstep_storage_HashTableKeyManager;general;quickstep_storage_StorageBlob;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageConstants;general;quickstep_storage_StorageManager;general;quickstep_threading_SpinSharedMutex;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_utility_Alignment;general;quickstep_utility_Macros;general;quickstep_utility_PrimeNumber;

//Dependencies for the target
quickstep_storage_PackedPayloadHashTable_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_aggregation_AggregationHandle;general;quickstep_storage_HashTableBase;general;quickstep_storage_HashTableKeyManager;general;quickstep_storage_StorageBlob;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageConstants;general;quickstep_storage_StorageManager;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorMultiplexer;general;quickstep_storage_ValueAccessorUtil;general;quickstep_threading_SpinMutex;general;quickstep_threading_SpinSharedMutex;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVectorsValueAccessor;general;quickstep_utility_Alignment;general;quickstep_utility_HashPair;general;quickstep_utility_Macros;general;quickstep_utility_PrimeNumber;general;quickstep_utility_TemplateUtil;

//Dependencies for the target
quickstep_storage_PartitionedHashTablePool_LIB_DEPENDS:STATIC=general;glog;general;quickstep_storage_HashTableBase;general;quickstep_storage_HashTableFactory;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_PreloaderThread_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogDatabase;general;quickstep_catalog_CatalogDatabaseLite;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_StorageBlock;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageManager;general;quickstep_threading_Thread;general;quickstep_threading_ThreadUtil;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_SMAIndexSubBlock_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_predicate_ComparisonPredicate;general;quickstep_expressions_predicate_PredicateCost;general;quickstep_expressions_scalar_Scalar;general;quickstep_expressions_scalar_ScalarAttribute;general;quickstep_storage_IndexSubBlock;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_storage_StorageConstants;general;quickstep_storage_SubBlockTypeRegistry;general;quickstep_storage_SubBlockTypeRegistryMacros;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_TupleStorageSubBlock;general;quickstep_types_IntervalLit;general;quickstep_types_Type;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_types_operations_binaryoperations_BinaryOperation;general;quickstep_types_operations_binaryoperations_BinaryOperationFactory;general;quickstep_types_operations_binaryoperations_BinaryOperationID;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonFactory;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_utility_Macros;general;quickstep_utility_PtrVector;

//Dependencies for the target
quickstep_storage_SeparateChainingHashTable_LIB_DEPENDS:STATIC=general;quickstep_storage_HashTable;general;quickstep_storage_HashTableBase;general;quickstep_storage_HashTableKeyManager;general;quickstep_storage_StorageBlob;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageConstants;general;quickstep_storage_StorageManager;general;quickstep_threading_SpinSharedMutex;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_utility_Alignment;general;quickstep_utility_Macros;general;quickstep_utility_PrimeNumber;

//Dependencies for the target
quickstep_storage_SimpleScalarSeparateChainingHashTable_LIB_DEPENDS:STATIC=general;glog;general;quickstep_storage_HashTable;general;quickstep_storage_HashTableBase;general;quickstep_storage_StorageBlob;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageConstants;general;quickstep_storage_StorageManager;general;quickstep_threading_SpinSharedMutex;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_utility_Alignment;general;quickstep_utility_Macros;general;quickstep_utility_PrimeNumber;

//Dependencies for the target
quickstep_storage_SplitRowStoreTupleStorageSubBlock_LIB_DEPENDS:STATIC=general;glog;general;gtest;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_expressions_predicate_PredicateCost;general;quickstep_storage_SplitRowStoreValueAccessor;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_storage_StorageErrors;general;quickstep_storage_SubBlockTypeRegistry;general;quickstep_storage_SubBlockTypeRegistryMacros;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_TupleStorageSubBlock;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorUtil;general;quickstep_types_TypedValue;general;quickstep_utility_BitVector;general;quickstep_utility_Macros;general;quickstep_utility_ScopedBuffer;

//Dependencies for the target
quickstep_storage_SplitRowStoreValueAccessor_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_ValueAccessor;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_types_containers_Tuple;general;quickstep_utility_BitVector;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_StorageBlob_LIB_DEPENDS:STATIC=general;quickstep_storage_CountedReference;general;quickstep_storage_StorageBlockBase;general;quickstep_storage_StorageBlockInfo;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_StorageBlockBase_LIB_DEPENDS:STATIC=general;glog;general;quickstep_storage_StorageBlockInfo;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_StorageBlockInfo_LIB_DEPENDS:STATIC=general;quickstep_utility_Macros;general;quickstep_utility_StringUtil;

//Dependencies for the target
quickstep_storage_StorageBlockLayout_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_storage_StorageConstants;general;quickstep_storage_StorageErrors;general;quickstep_storage_SubBlockTypeRegistry;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_StorageBlockLayout_proto_LIB_DEPENDS:STATIC=general;/usr/local/lib/libprotobuf.a;

//Dependencies for the target
quickstep_storage_StorageBlock_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_predicate_Predicate;general;quickstep_expressions_scalar_Scalar;general;quickstep_storage_BasicColumnStoreTupleStorageSubBlock;general;quickstep_storage_BloomFilterIndexSubBlock;general;quickstep_storage_CSBTreeIndexSubBlock;general;quickstep_storage_CompressedColumnStoreTupleStorageSubBlock;general;quickstep_storage_CompressedPackedRowStoreTupleStorageSubBlock;general;quickstep_storage_CountedReference;general;quickstep_storage_IndexSubBlock;general;quickstep_storage_InsertDestinationInterface;general;quickstep_storage_SMAIndexSubBlock;general;quickstep_storage_SplitRowStoreTupleStorageSubBlock;general;quickstep_storage_StorageBlockBase;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageBlockLayout;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_storage_StorageErrors;general;quickstep_storage_SubBlocksReference;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_TupleStorageSubBlock;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorUtil;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVector;general;quickstep_types_containers_ColumnVectorsValueAccessor;general;quickstep_types_containers_Tuple;general;quickstep_types_operations_comparisons_ComparisonUtil;general;quickstep_utility_ColumnVectorCache;general;quickstep_utility_Macros;general;quickstep_utility_PtrVector;

//Dependencies for target
quickstep_storage_StorageConstants_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_storage_StorageErrors_LIB_DEPENDS:STATIC=general;quickstep_storage_StorageBlockInfo;

//Dependencies for the target
quickstep_storage_StorageManager_LIB_DEPENDS:STATIC=general;gflags_nothreads-static;general;glog;general;gtest;general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_CountedReference;general;quickstep_storage_EvictionPolicy;general;quickstep_storage_FileManager;general;quickstep_storage_FileManagerLocal;general;quickstep_storage_Flags;general;quickstep_storage_StorageBlob;general;quickstep_storage_StorageBlock;general;quickstep_storage_StorageBlockBase;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageBlockLayout;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_storage_StorageConstants;general;quickstep_storage_StorageErrors;general;quickstep_threading_SpinSharedMutex;general;quickstep_utility_Alignment;general;quickstep_utility_CalculateInstalledMemory;general;quickstep_utility_Macros;general;quickstep_utility_ShardedLockManager;general;tmb;

//Dependencies for target
quickstep_storage_SubBlockTypeRegistryMacros_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_storage_SubBlockTypeRegistry_LIB_DEPENDS:STATIC=general;glog;general;quickstep_storage_StorageBlockLayout_proto;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_SubBlocksReference_LIB_DEPENDS:STATIC=general;glog;general;quickstep_utility_PtrVector;

//Dependencies for the target
quickstep_storage_ThreadPrivateCompactKeyHashTable_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_aggregation_AggregationHandle;general;quickstep_expressions_aggregation_AggregationID;general;quickstep_storage_HashTableBase;general;quickstep_storage_StorageBlob;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageConstants;general;quickstep_storage_StorageManager;general;quickstep_storage_ValueAccessorMultiplexer;general;quickstep_storage_ValueAccessorUtil;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_types_containers_ColumnVector;general;quickstep_types_containers_ColumnVectorsValueAccessor;general;quickstep_utility_Macros;general;quickstep_utility_ScopedBuffer;

//Dependencies for the target
quickstep_storage_TransitiveClosureState_LIB_DEPENDS:STATIC=general;glog;general;quickstep_utility_BarrieredReadWriteConcurrentBitVector;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_TupleIdSequence_LIB_DEPENDS:STATIC=general;glog;general;quickstep_storage_StorageBlockInfo;general;quickstep_utility_BitVector;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_TupleReference_LIB_DEPENDS:STATIC=general;quickstep_storage_StorageBlockInfo;

//Dependencies for the target
quickstep_storage_TupleStorageSubBlock_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_predicate_PredicateCost;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_ValueAccessor;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_types_containers_Tuple;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_ValueAccessorMultiplexer_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogTypedefs;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_ValueAccessorUtil_LIB_DEPENDS:STATIC=general;glog;general;quickstep_storage_BasicColumnStoreValueAccessor;general;quickstep_storage_CompressedColumnStoreValueAccessor;general;quickstep_storage_CompressedPackedRowStoreValueAccessor;general;quickstep_storage_SplitRowStoreValueAccessor;general;quickstep_storage_ValueAccessor;general;quickstep_types_containers_ColumnVectorsValueAccessor;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_ValueAccessor_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogAttribute;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_TupleIdSequence;general;quickstep_types_TypedValue;general;quickstep_types_containers_Tuple;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_WindowAggregationOperationState_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogDatabaseLite;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_catalog_CatalogTypedefs;general;quickstep_expressions_ExpressionFactories;general;quickstep_expressions_Expressions_proto;general;quickstep_expressions_scalar_Scalar;general;quickstep_expressions_scalar_ScalarAttribute;general;quickstep_expressions_windowaggregation_WindowAggregateFunction;general;quickstep_expressions_windowaggregation_WindowAggregateFunctionFactory;general;quickstep_expressions_windowaggregation_WindowAggregationHandle;general;quickstep_expressions_windowaggregation_WindowAggregationID;general;quickstep_storage_InsertDestination;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageManager;general;quickstep_storage_SubBlocksReference;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorUtil;general;quickstep_storage_WindowAggregationOperationState_proto;general;quickstep_types_containers_ColumnVector;general;quickstep_types_containers_ColumnVectorUtil;general;quickstep_types_containers_ColumnVectorsValueAccessor;general;quickstep_utility_ColumnVectorCache;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_storage_WindowAggregationOperationState_proto_LIB_DEPENDS:STATIC=general;/usr/local/lib/libprotobuf.a;general;quickstep_expressions_Expressions_proto;general;quickstep_expressions_windowaggregation_WindowAggregateFunction_proto;

//Dependencies for the target
quickstep_storage_tests_FileManager_unittest_common_LIB_DEPENDS:STATIC=general;gtest;general;quickstep_storage_FileManager;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageConstants;

//Dependencies for the target
quickstep_storage_tests_HashTable_unittest_common_LIB_DEPENDS:STATIC=general;gtest;general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_HashTable;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_StorageConstants;general;quickstep_storage_StorageManager;general;quickstep_threading_Thread;general;quickstep_types_Type;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVector;general;quickstep_types_containers_ColumnVectorsValueAccessor;general;quickstep_utility_Macros;general;quickstep_utility_ScopedBuffer;

//Dependencies for the target
quickstep_storage_tests_TupleStorePredicateUtil_LIB_DEPENDS:STATIC=general;quickstep_expressions_predicate_Predicate;general;quickstep_storage_IndexSubBlock;general;quickstep_storage_SubBlocksReference;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_TupleStorageSubBlock;general;quickstep_storage_ValueAccessor;general;quickstep_utility_Macros;general;quickstep_utility_PtrVector;

//Dependencies for the target
quickstep_threading_ConditionVariable_LIB_DEPENDS:STATIC=general;glog;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_threading_LIB_DEPENDS:STATIC=general;quickstep_threading_ConditionVariable;general;quickstep_threading_Mutex;general;quickstep_threading_SharedMutex;general;quickstep_threading_SpinMutex;general;quickstep_threading_SpinSharedMutex;general;quickstep_threading_Thread;general;quickstep_threading_ThreadIDBasedMap;general;quickstep_threading_ThreadUtil;general;quickstep_threading_WinThreadsAPI;

//Dependencies for the target
quickstep_threading_Mutex_LIB_DEPENDS:STATIC=general;glog;general;quickstep_threading_ConditionVariable;general;quickstep_utility_Macros;general;quickstep_utility_PtrVector;

//Dependencies for the target
quickstep_threading_SharedMutex_LIB_DEPENDS:STATIC=general;glog;general;quickstep_threading_ConditionVariable;general;quickstep_threading_Mutex;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_threading_SpinMutex_LIB_DEPENDS:STATIC=general;quickstep_threading_Mutex;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_threading_SpinSharedMutex_LIB_DEPENDS:STATIC=general;quickstep_threading_Mutex;general;quickstep_threading_SharedMutex;general;quickstep_threading_ThreadUtil;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_threading_ThreadIDBasedMap_LIB_DEPENDS:STATIC=general;glog;general;quickstep_storage_StorageConstants;general;quickstep_threading_Mutex;general;quickstep_threading_SharedMutex;general;quickstep_threading_SpinSharedMutex;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_threading_ThreadUtil_LIB_DEPENDS:STATIC=general;quickstep_threading_WinThreadsAPI;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_threading_Thread_LIB_DEPENDS:STATIC=general;quickstep_utility_Macros;

//Dependencies for target
quickstep_threading_WinThreadsAPI_LIB_DEPENDS:STATIC=

//Dependencies for target
quickstep_transaction_AccessMode_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_transaction_CycleDetector_LIB_DEPENDS:STATIC=general;quickstep_transaction_DirectedGraph;general;quickstep_transaction_StronglyConnectedComponents;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_transaction_DeadLockDetector_LIB_DEPENDS:STATIC=general;glog;general;quickstep_threading_Thread;general;quickstep_transaction_CycleDetector;general;quickstep_transaction_DirectedGraph;general;quickstep_transaction_LockTable;general;quickstep_transaction_Transaction;

//Dependencies for the target
quickstep_transaction_DirectedGraph_LIB_DEPENDS:STATIC=general;glog;general;quickstep_transaction_Transaction;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_transaction_LIB_DEPENDS:STATIC=general;quickstep_transaction_AccessMode;general;quickstep_transaction_CycleDetector;general;quickstep_transaction_DeadLockDetector;general;quickstep_transaction_DirectedGraph;general;quickstep_transaction_Lock;general;quickstep_transaction_LockManager;general;quickstep_transaction_LockRequest;general;quickstep_transaction_LockTable;general;quickstep_transaction_ResourceId;general;quickstep_transaction_StronglyConnectedComponents;general;quickstep_transaction_Transaction;general;quickstep_transaction_TransactionTable;

//Dependencies for the target
quickstep_transaction_LockManager_LIB_DEPENDS:STATIC=general;gflags_nothreads-static;general;glog;general;quickstep_threading_Thread;general;quickstep_transaction_AccessMode;general;quickstep_transaction_DeadLockDetector;general;quickstep_transaction_LockRequest;general;quickstep_transaction_LockTable;general;quickstep_transaction_ResourceId;general;quickstep_transaction_Transaction;general;quickstep_transaction_TransactionTable;general;quickstep_utility_ThreadSafeQueue;

//Dependencies for the target
quickstep_transaction_LockRequest_LIB_DEPENDS:STATIC=general;quickstep_transaction_AccessMode;general;quickstep_transaction_ResourceId;general;quickstep_transaction_Transaction;

//Dependencies for the target
quickstep_transaction_LockTable_LIB_DEPENDS:STATIC=general;quickstep_threading_SharedMutex;general;quickstep_transaction_AccessMode;general;quickstep_transaction_Lock;general;quickstep_transaction_ResourceId;general;quickstep_transaction_Transaction;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_transaction_Lock_LIB_DEPENDS:STATIC=general;quickstep_transaction_AccessMode;general;quickstep_transaction_ResourceId;

//Dependencies for the target
quickstep_transaction_ResourceId_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_StorageBlockInfo;general;quickstep_utility_HashPair;general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_StorageBlockInfo;general;quickstep_utility_HashPair;

//Dependencies for the target
quickstep_transaction_StronglyConnectedComponents_LIB_DEPENDS:STATIC=general;quickstep_transaction_DirectedGraph;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_transaction_TransactionTable_LIB_DEPENDS:STATIC=general;quickstep_transaction_AccessMode;general;quickstep_transaction_Lock;general;quickstep_transaction_ResourceId;general;quickstep_transaction_Transaction;general;quickstep_utility_Macros;

//Dependencies for target
quickstep_transaction_Transaction_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_types_CharType_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_NullCoercibilityCheckMacro;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_types_Type_proto;general;quickstep_types_TypedValue;general;quickstep_types_port_strnlen;general;quickstep_utility_Macros;general;quickstep_utility_PtrMap;

//Dependencies for the target
quickstep_types_DateOperatorOverloads_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_DatetimeLit;general;quickstep_types_IntervalLit;general;quickstep_types_port_gmtime_r;general;quickstep_types_port_timegm;

//Dependencies for the target
quickstep_types_DateType_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_DatetimeLit;general;quickstep_types_NullCoercibilityCheckMacro;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_utility_CheckSnprintf;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_DatetimeIntervalType_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_IntervalLit;general;quickstep_types_IntervalParser;general;quickstep_types_NullCoercibilityCheckMacro;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_utility_CheckSnprintf;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_DatetimeLit_LIB_DEPENDS:STATIC=general;quickstep_types_port_gmtime_r;

//Dependencies for the target
quickstep_types_DatetimeType_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_DatetimeLit;general;quickstep_types_NullCoercibilityCheckMacro;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_types_port_gmtime_r;general;quickstep_types_port_timegm;general;quickstep_utility_CheckSnprintf;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_DoubleType_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_NullCoercibilityCheckMacro;general;quickstep_types_NumericSuperType;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_utility_EqualsAnyConstant;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_FloatType_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_NullCoercibilityCheckMacro;general;quickstep_types_NumericSuperType;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_utility_EqualsAnyConstant;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_IntType_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_NullCoercibilityCheckMacro;general;quickstep_types_NumericSuperType;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_IntervalLit_LIB_DEPENDS:STATIC=general;glog;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_IntervalParser_LIB_DEPENDS:STATIC=general;quickstep_types_IntervalLit;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_LIB_DEPENDS:STATIC=general;quickstep_types_CharType;general;quickstep_types_DateOperatorOverloads;general;quickstep_types_DateType;general;quickstep_types_DatetimeIntervalType;general;quickstep_types_DatetimeLit;general;quickstep_types_DatetimeType;general;quickstep_types_DoubleType;general;quickstep_types_FloatType;general;quickstep_types_IntType;general;quickstep_types_IntervalLit;general;quickstep_types_IntervalParser;general;quickstep_types_LongType;general;quickstep_types_NullCoercibilityCheckMacro;general;quickstep_types_NullType;general;quickstep_types_NumericSuperType;general;quickstep_types_NumericTypeUnifier;general;quickstep_types_Type;general;quickstep_types_TypeErrors;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_Type_proto;general;quickstep_types_TypedValue;general;quickstep_types_TypedValue_proto;general;quickstep_types_VarCharType;general;quickstep_types_YearMonthIntervalType;general;quickstep_types_containers;general;quickstep_types_operations;general;quickstep_types_port;

//Dependencies for the target
quickstep_types_LongType_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_NullCoercibilityCheckMacro;general;quickstep_types_NumericSuperType;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_utility_EqualsAnyConstant;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_NullCoercibilityCheckMacro_LIB_DEPENDS:STATIC=general;quickstep_types_Type;general;quickstep_types_TypeID;

//Dependencies for the target
quickstep_types_NullType_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_NumericSuperType_LIB_DEPENDS:STATIC=general;quickstep_types_NullCoercibilityCheckMacro;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_utility_Macros;

//Dependencies for target
quickstep_types_NumericTypeUnifier_LIB_DEPENDS:STATIC=

//Dependencies for target
quickstep_types_TypeErrors_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_types_TypeFactory_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_CharType;general;quickstep_types_DateType;general;quickstep_types_DatetimeIntervalType;general;quickstep_types_DatetimeType;general;quickstep_types_DoubleType;general;quickstep_types_FloatType;general;quickstep_types_IntType;general;quickstep_types_LongType;general;quickstep_types_NullType;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_types_Type_proto;general;quickstep_types_VarCharType;general;quickstep_types_YearMonthIntervalType;general;quickstep_utility_Macros;

//Dependencies for target
quickstep_types_TypeID_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_types_Type_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_TypeID;general;quickstep_types_Type_proto;general;quickstep_types_TypedValue;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_Type_proto_LIB_DEPENDS:STATIC=general;/usr/local/lib/libprotobuf.a;

//Dependencies for the target
quickstep_types_TypedValue_LIB_DEPENDS:STATIC=general;farmhash;general;glog;general;quickstep_types_DatetimeLit;general;quickstep_types_IntervalLit;general;quickstep_types_TypeID;general;quickstep_types_Type_proto;general;quickstep_types_TypedValue_proto;general;quickstep_types_port_strnlen;general;quickstep_utility_HashPair;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_TypedValue_proto_LIB_DEPENDS:STATIC=general;/usr/local/lib/libprotobuf.a;general;quickstep_types_Type_proto;

//Dependencies for the target
quickstep_types_VarCharType_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_NullCoercibilityCheckMacro;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_types_Type_proto;general;quickstep_types_TypedValue;general;quickstep_types_port_strnlen;general;quickstep_utility_Macros;general;quickstep_utility_PtrMap;

//Dependencies for the target
quickstep_types_YearMonthIntervalType_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_IntervalLit;general;quickstep_types_IntervalParser;general;quickstep_types_NullCoercibilityCheckMacro;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_utility_CheckSnprintf;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_containers_ColumnVectorUtil_LIB_DEPENDS:STATIC=general;quickstep_types_containers_ColumnVector;

//Dependencies for the target
quickstep_types_containers_ColumnVector_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_Type;general;quickstep_types_TypedValue;general;quickstep_utility_BitVector;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_containers_ColumnVectorsValueAccessor_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_ValueAccessor;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVector;general;quickstep_types_containers_Tuple;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_containers_LIB_DEPENDS:STATIC=general;quickstep_types_containers_ColumnVector;general;quickstep_types_containers_ColumnVectorUtil;general;quickstep_types_containers_ColumnVectorsValueAccessor;general;quickstep_types_containers_Tuple;general;quickstep_types_containers_Tuple_proto;

//Dependencies for the target
quickstep_types_containers_Tuple_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_types_TypedValue;general;quickstep_types_containers_Tuple_proto;general;quickstep_utility_CompositeHash;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_containers_Tuple_proto_LIB_DEPENDS:STATIC=general;/usr/local/lib/libprotobuf.a;general;quickstep_types_TypedValue_proto;

//Dependencies for the target
quickstep_types_operations_LIB_DEPENDS:STATIC=general;quickstep_types_operations_Operation;general;quickstep_types_operations_Operation_proto;general;quickstep_types_operations_binaryoperations;general;quickstep_types_operations_comparisons;general;quickstep_types_operations_unaryoperations;

//Dependencies for the target
quickstep_types_operations_Operation_LIB_DEPENDS:STATIC=general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_operations_Operation_proto_LIB_DEPENDS:STATIC=general;/usr/local/lib/libprotobuf.a;general;quickstep_types_Type_proto;

//Dependencies for the target
quickstep_types_operations_binaryoperations_AddBinaryOperation_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_DateOperatorOverloads;general;quickstep_types_DateType;general;quickstep_types_DatetimeIntervalType;general;quickstep_types_DatetimeLit;general;quickstep_types_DatetimeType;general;quickstep_types_IntervalLit;general;quickstep_types_Type;general;quickstep_types_TypeErrors;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_types_YearMonthIntervalType;general;quickstep_types_operations_binaryoperations_ArithmeticBinaryOperation;general;quickstep_types_operations_binaryoperations_ArithmeticBinaryOperators;general;quickstep_types_operations_binaryoperations_BinaryOperationID;general;quickstep_utility_EqualsAnyConstant;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_operations_binaryoperations_ArithmeticBinaryOperation_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_DoubleType;general;quickstep_types_FloatType;general;quickstep_types_IntType;general;quickstep_types_LongType;general;quickstep_types_NumericTypeUnifier;general;quickstep_types_Type;general;quickstep_types_TypeErrors;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_types_operations_binaryoperations_BinaryOperation;general;quickstep_types_operations_binaryoperations_BinaryOperationID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_operations_binaryoperations_ArithmeticBinaryOperators_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorUtil;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVector;general;quickstep_types_operations_binaryoperations_BinaryOperation;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_operations_binaryoperations_BinaryOperationFactory_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_operations_Operation_proto;general;quickstep_types_operations_binaryoperations_AddBinaryOperation;general;quickstep_types_operations_binaryoperations_BinaryOperationID;general;quickstep_types_operations_binaryoperations_DivideBinaryOperation;general;quickstep_types_operations_binaryoperations_ModuloBinaryOperation;general;quickstep_types_operations_binaryoperations_MultiplyBinaryOperation;general;quickstep_types_operations_binaryoperations_SubtractBinaryOperation;general;quickstep_utility_Macros;

//Dependencies for target
quickstep_types_operations_binaryoperations_BinaryOperationID_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_types_operations_binaryoperations_BinaryOperation_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_StorageBlockInfo;general;quickstep_types_TypedValue;general;quickstep_types_operations_Operation;general;quickstep_types_operations_Operation_proto;general;quickstep_types_operations_binaryoperations_BinaryOperationID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_operations_binaryoperations_DivideBinaryOperation_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_DateOperatorOverloads;general;quickstep_types_DatetimeIntervalType;general;quickstep_types_DoubleType;general;quickstep_types_FloatType;general;quickstep_types_IntType;general;quickstep_types_IntervalLit;general;quickstep_types_LongType;general;quickstep_types_Type;general;quickstep_types_TypeErrors;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_types_YearMonthIntervalType;general;quickstep_types_operations_binaryoperations_ArithmeticBinaryOperation;general;quickstep_types_operations_binaryoperations_ArithmeticBinaryOperators;general;quickstep_types_operations_binaryoperations_BinaryOperationID;general;quickstep_utility_EqualsAnyConstant;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_operations_binaryoperations_LIB_DEPENDS:STATIC=general;quickstep_types_operations_binaryoperations_AddBinaryOperation;general;quickstep_types_operations_binaryoperations_ArithmeticBinaryOperation;general;quickstep_types_operations_binaryoperations_ArithmeticBinaryOperators;general;quickstep_types_operations_binaryoperations_BinaryOperation;general;quickstep_types_operations_binaryoperations_BinaryOperationFactory;general;quickstep_types_operations_binaryoperations_BinaryOperationID;general;quickstep_types_operations_binaryoperations_DivideBinaryOperation;general;quickstep_types_operations_binaryoperations_ModuloBinaryOperation;general;quickstep_types_operations_binaryoperations_MultiplyBinaryOperation;general;quickstep_types_operations_binaryoperations_SubtractBinaryOperation;

//Dependencies for the target
quickstep_types_operations_binaryoperations_ModuloBinaryOperation_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_Type;general;quickstep_types_TypeErrors;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_types_operations_binaryoperations_ArithmeticBinaryOperation;general;quickstep_types_operations_binaryoperations_ArithmeticBinaryOperators;general;quickstep_types_operations_binaryoperations_BinaryOperationID;general;quickstep_utility_EqualsAnyConstant;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_operations_binaryoperations_MultiplyBinaryOperation_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_DateOperatorOverloads;general;quickstep_types_DatetimeIntervalType;general;quickstep_types_DoubleType;general;quickstep_types_FloatType;general;quickstep_types_IntType;general;quickstep_types_IntervalLit;general;quickstep_types_LongType;general;quickstep_types_Type;general;quickstep_types_TypeErrors;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_types_YearMonthIntervalType;general;quickstep_types_operations_binaryoperations_ArithmeticBinaryOperation;general;quickstep_types_operations_binaryoperations_ArithmeticBinaryOperators;general;quickstep_types_operations_binaryoperations_BinaryOperationID;general;quickstep_utility_EqualsAnyConstant;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_operations_binaryoperations_SubtractBinaryOperation_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_DateOperatorOverloads;general;quickstep_types_DateType;general;quickstep_types_DatetimeIntervalType;general;quickstep_types_DatetimeLit;general;quickstep_types_DatetimeType;general;quickstep_types_IntervalLit;general;quickstep_types_Type;general;quickstep_types_TypeErrors;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_types_YearMonthIntervalType;general;quickstep_types_operations_binaryoperations_ArithmeticBinaryOperation;general;quickstep_types_operations_binaryoperations_ArithmeticBinaryOperators;general;quickstep_types_operations_binaryoperations_BinaryOperationID;general;quickstep_utility_EqualsAnyConstant;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_operations_binaryoperations_tests_BinaryOperationTestUtil_LIB_DEPENDS:STATIC=general;gtest;general;gtest_main;general;quickstep_types_Type;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_operations_binaryoperations_BinaryOperation;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_operations_comparisons_AsciiStringComparators_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorUtil;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVector;general;quickstep_types_containers_ColumnVectorUtil;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_port_strnlen;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_operations_comparisons_BasicComparison_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_Type;general;quickstep_types_TypeErrors;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_utility_EqualsAnyConstant;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_operations_comparisons_ComparisonFactory_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_operations_Operation_proto;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_types_operations_comparisons_EqualComparison;general;quickstep_types_operations_comparisons_GreaterComparison;general;quickstep_types_operations_comparisons_GreaterOrEqualComparison;general;quickstep_types_operations_comparisons_LessComparison;general;quickstep_types_operations_comparisons_LessOrEqualComparison;general;quickstep_types_operations_comparisons_NotEqualComparison;general;quickstep_types_operations_comparisons_PatternMatchingComparison;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_operations_comparisons_ComparisonID_LIB_DEPENDS:STATIC=general;glog;

//Dependencies for the target
quickstep_types_operations_comparisons_ComparisonUtil_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_types_DatetimeLit;general;quickstep_types_IntervalLit;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_types_containers_Tuple;general;quickstep_types_operations_comparisons_AsciiStringComparators;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonFactory;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_types_operations_comparisons_LiteralComparators;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_operations_comparisons_Comparison_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorUtil;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVector;general;quickstep_types_containers_ColumnVectorUtil;general;quickstep_types_operations_Operation;general;quickstep_types_operations_Operation_proto;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_operations_comparisons_EqualComparison_LIB_DEPENDS:STATIC=general;quickstep_types_operations_comparisons_AsciiStringComparators;general;quickstep_types_operations_comparisons_BasicComparison;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_types_operations_comparisons_LiteralComparators;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_operations_comparisons_GreaterComparison_LIB_DEPENDS:STATIC=general;quickstep_types_operations_comparisons_AsciiStringComparators;general;quickstep_types_operations_comparisons_BasicComparison;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_types_operations_comparisons_LiteralComparators;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_operations_comparisons_GreaterOrEqualComparison_LIB_DEPENDS:STATIC=general;quickstep_types_operations_comparisons_AsciiStringComparators;general;quickstep_types_operations_comparisons_BasicComparison;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_types_operations_comparisons_LiteralComparators;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_operations_comparisons_LIB_DEPENDS:STATIC=general;quickstep_types_operations_comparisons_AsciiStringComparators;general;quickstep_types_operations_comparisons_BasicComparison;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonFactory;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_types_operations_comparisons_ComparisonUtil;general;quickstep_types_operations_comparisons_EqualComparison;general;quickstep_types_operations_comparisons_GreaterComparison;general;quickstep_types_operations_comparisons_GreaterOrEqualComparison;general;quickstep_types_operations_comparisons_LessComparison;general;quickstep_types_operations_comparisons_LessOrEqualComparison;general;quickstep_types_operations_comparisons_LiteralComparators;general;quickstep_types_operations_comparisons_NotEqualComparison;general;quickstep_types_operations_comparisons_PatternMatchingComparators;general;quickstep_types_operations_comparisons_PatternMatchingComparison;

//Dependencies for the target
quickstep_types_operations_comparisons_LessComparison_LIB_DEPENDS:STATIC=general;quickstep_types_operations_comparisons_AsciiStringComparators;general;quickstep_types_operations_comparisons_BasicComparison;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_types_operations_comparisons_LiteralComparators;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_operations_comparisons_LessOrEqualComparison_LIB_DEPENDS:STATIC=general;quickstep_types_operations_comparisons_AsciiStringComparators;general;quickstep_types_operations_comparisons_BasicComparison;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_types_operations_comparisons_LiteralComparators;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_operations_comparisons_LiteralComparators_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorUtil;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVector;general;quickstep_types_operations_comparisons_Comparison;

//Dependencies for the target
quickstep_types_operations_comparisons_NotEqualComparison_LIB_DEPENDS:STATIC=general;quickstep_types_operations_comparisons_AsciiStringComparators;general;quickstep_types_operations_comparisons_BasicComparison;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_types_operations_comparisons_LiteralComparators;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_operations_comparisons_PatternMatchingComparators_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorUtil;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVector;general;quickstep_types_containers_ColumnVectorUtil;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_port_strnlen;general;re2;

//Dependencies for the target
quickstep_types_operations_comparisons_PatternMatchingComparison_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_types_operations_comparisons_Comparison;general;quickstep_types_operations_comparisons_ComparisonID;general;quickstep_types_operations_comparisons_PatternMatchingComparators;general;quickstep_utility_Macros;general;quickstep_utility_TemplateUtil;

//Dependencies for the target
quickstep_types_operations_unaryoperations_ArithmeticUnaryOperations_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_DatetimeIntervalType;general;quickstep_types_DoubleType;general;quickstep_types_FloatType;general;quickstep_types_IntType;general;quickstep_types_LongType;general;quickstep_types_Type;general;quickstep_types_TypeErrors;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_types_YearMonthIntervalType;general;quickstep_types_operations_unaryoperations_ArithmeticUnaryOperators;general;quickstep_types_operations_unaryoperations_UnaryOperation;general;quickstep_types_operations_unaryoperations_UnaryOperationID;general;quickstep_utility_EqualsAnyConstant;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_operations_unaryoperations_ArithmeticUnaryOperators_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorUtil;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVector;general;quickstep_types_operations_unaryoperations_UnaryOperation;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_operations_unaryoperations_DateExtractOperation_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorUtil;general;quickstep_types_DatetimeLit;general;quickstep_types_IntType;general;quickstep_types_LongType;general;quickstep_types_Type;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVector;general;quickstep_types_operations_Operation_proto;general;quickstep_types_operations_unaryoperations_UnaryOperation;general;quickstep_types_operations_unaryoperations_UnaryOperationID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_operations_unaryoperations_LIB_DEPENDS:STATIC=general;quickstep_types_operations_unaryoperations_ArithmeticUnaryOperations;general;quickstep_types_operations_unaryoperations_ArithmeticUnaryOperators;general;quickstep_types_operations_unaryoperations_DateExtractOperation;general;quickstep_types_operations_unaryoperations_NumericCastOperation;general;quickstep_types_operations_unaryoperations_SubstringOperation;general;quickstep_types_operations_unaryoperations_UnaryOperation;general;quickstep_types_operations_unaryoperations_UnaryOperationFactory;general;quickstep_types_operations_unaryoperations_UnaryOperationID;

//Dependencies for the target
quickstep_types_operations_unaryoperations_NumericCastOperation_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorUtil;general;quickstep_types_DoubleType;general;quickstep_types_FloatType;general;quickstep_types_IntType;general;quickstep_types_LongType;general;quickstep_types_Type;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVector;general;quickstep_types_operations_Operation_proto;general;quickstep_types_operations_unaryoperations_UnaryOperation;general;quickstep_types_operations_unaryoperations_UnaryOperationID;general;quickstep_utility_Macros;general;quickstep_utility_PtrMap;

//Dependencies for the target
quickstep_types_operations_unaryoperations_SubstringOperation_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorUtil;general;quickstep_types_Type;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;general;quickstep_types_containers_ColumnVector;general;quickstep_types_containers_ColumnVectorUtil;general;quickstep_types_operations_Operation_proto;general;quickstep_types_operations_unaryoperations_UnaryOperation;general;quickstep_types_operations_unaryoperations_UnaryOperationID;general;quickstep_types_port_strnlen;general;quickstep_utility_HashPair;general;quickstep_utility_Macros;general;quickstep_utility_TemplateUtil;

//Dependencies for the target
quickstep_types_operations_unaryoperations_UnaryOperationFactory_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_TypeFactory;general;quickstep_types_operations_Operation_proto;general;quickstep_types_operations_unaryoperations_ArithmeticUnaryOperations;general;quickstep_types_operations_unaryoperations_DateExtractOperation;general;quickstep_types_operations_unaryoperations_NumericCastOperation;general;quickstep_types_operations_unaryoperations_SubstringOperation;general;quickstep_types_operations_unaryoperations_UnaryOperationID;general;quickstep_utility_Macros;

//Dependencies for target
quickstep_types_operations_unaryoperations_UnaryOperationID_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_types_operations_unaryoperations_UnaryOperation_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_StorageBlockInfo;general;quickstep_types_TypedValue;general;quickstep_types_operations_Operation;general;quickstep_types_operations_Operation_proto;general;quickstep_types_operations_unaryoperations_UnaryOperationID;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_port_LIB_DEPENDS:STATIC=general;quickstep_types_port_gmtime_r;general;quickstep_types_port_localtime_r;general;quickstep_types_port_strnlen;general;quickstep_types_port_timegm;

//Dependencies for the target
quickstep_types_port_gmtime_r_LIB_DEPENDS:STATIC=general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_port_localtime_r_LIB_DEPENDS:STATIC=general;quickstep_utility_Macros;

//Dependencies for target
quickstep_types_port_strnlen_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_types_port_timegm_LIB_DEPENDS:STATIC=general;quickstep_types_port_gmtime_r;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_types_tests_TypeTest_common_LIB_DEPENDS:STATIC=general;gtest;general;gtest_main;general;quickstep_types_DoubleType;general;quickstep_types_FloatType;general;quickstep_types_IntType;general;quickstep_types_LongType;general;quickstep_types_NullType;general;quickstep_types_Type;general;quickstep_types_TypeFactory;general;quickstep_types_TypeID;general;quickstep_types_TypedValue;

//Dependencies for the target
quickstep_utility_Alignment_LIB_DEPENDS:STATIC=general;glog;general;quickstep_utility_Macros;general;libtcmalloc_minimal;

//Dependencies for the target
quickstep_utility_ArrayIndex_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorUtil;general;quickstep_types_TypedValue;general;quickstep_utility_ArrayIndex_proto;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_utility_ArrayIndex_proto_LIB_DEPENDS:STATIC=general;/usr/local/lib/libprotobuf.a;

//Dependencies for the target
quickstep_utility_BarrieredReadWriteConcurrentBitVector_LIB_DEPENDS:STATIC=general;glog;general;quickstep_utility_BitManipulation;general;quickstep_utility_Macros;

//Dependencies for target
quickstep_utility_BitManipulation_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_utility_BitMatrix_LIB_DEPENDS:STATIC=general;glog;general;quickstep_utility_BarrieredReadWriteConcurrentBitVector;general;quickstep_utility_BitMatrix_proto;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_utility_BitMatrix_proto_LIB_DEPENDS:STATIC=general;/usr/local/lib/libprotobuf.a;

//Dependencies for the target
quickstep_utility_BitVector_LIB_DEPENDS:STATIC=general;glog;general;quickstep_utility_BitManipulation;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_utility_BlockIDStream_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_storage_StorageBlockInfo;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_utility_BloomFilter_LIB_DEPENDS:STATIC=general;glog;general;quickstep_storage_StorageConstants;general;quickstep_threading_Mutex;general;quickstep_threading_SharedMutex;general;quickstep_threading_SpinSharedMutex;general;quickstep_utility_BloomFilter_proto;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_utility_BloomFilter_proto_LIB_DEPENDS:STATIC=general;/usr/local/lib/libprotobuf.a;

//Dependencies for the target
quickstep_utility_BulkIoConfiguration_LIB_DEPENDS:STATIC=general;glog;general;quickstep_utility_Macros;general;glog;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_utility_CalculateInstalledMemory_LIB_DEPENDS:STATIC=general;glog;

//Dependencies for target
quickstep_utility_Cast_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_utility_CheckSnprintf_LIB_DEPENDS:STATIC=general;glog;

//Dependencies for the target
quickstep_utility_ColumnVectorCache_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_containers_ColumnVector;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_utility_CompositeHash_LIB_DEPENDS:STATIC=general;glog;general;quickstep_types_TypedValue;general;quickstep_utility_HashPair;

//Dependencies for the target
quickstep_utility_DAG_LIB_DEPENDS:STATIC=general;glog;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_utility_DisjointTreeForest_LIB_DEPENDS:STATIC=general;glog;

//Dependencies for target
quickstep_utility_EqualsAnyConstant_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_utility_ExecutionDAGVisualizer_LIB_DEPENDS:STATIC=general;gflags_nothreads-static;general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_catalog_CatalogRelationSchema;general;quickstep_queryexecution_QueryExecutionTypedefs;general;quickstep_queryoptimizer_QueryPlan;general;quickstep_relationaloperators_AggregationOperator;general;quickstep_relationaloperators_BuildHashOperator;general;quickstep_relationaloperators_BuildLIPFilterOperator;general;quickstep_relationaloperators_HashJoinOperator;general;quickstep_relationaloperators_NestedLoopsJoinOperator;general;quickstep_relationaloperators_RelationalOperator;general;quickstep_relationaloperators_SelectOperator;general;quickstep_relationaloperators_SortRunGenerationOperator;general;quickstep_relationaloperators_UnionAllOperator;general;quickstep_utility_DAG;general;quickstep_utility_Macros;general;quickstep_utility_StringUtil;

//Dependencies for the target
quickstep_utility_Glob_LIB_DEPENDS:STATIC=general;glog;

//Dependencies for target
quickstep_utility_HashError_LIB_DEPENDS:STATIC=

//Dependencies for target
quickstep_utility_HashPair_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_utility_LIB_DEPENDS:STATIC=general;quickstep_utility_Alignment;general;quickstep_utility_ArrayIndex;general;quickstep_utility_ArrayIndex_proto;general;quickstep_utility_BarrieredReadWriteConcurrentBitVector;general;quickstep_utility_BitManipulation;general;quickstep_utility_BitMatrix;general;quickstep_utility_BitMatrix_proto;general;quickstep_utility_BitVector;general;quickstep_utility_BlockIDStream;general;quickstep_utility_BloomFilter;general;quickstep_utility_BloomFilter_proto;general;quickstep_utility_BulkIoConfiguration;general;quickstep_utility_CalculateInstalledMemory;general;quickstep_utility_Cast;general;quickstep_utility_CheckSnprintf;general;quickstep_utility_ColumnVectorCache;general;quickstep_utility_CompositeHash;general;quickstep_utility_DAG;general;quickstep_utility_DisjointTreeForest;general;quickstep_utility_EqualsAnyConstant;general;quickstep_utility_ExecutionDAGVisualizer;general;quickstep_utility_Glob;general;quickstep_utility_HashError;general;quickstep_utility_HashPair;general;quickstep_utility_Macros;general;quickstep_utility_MemStream;general;quickstep_utility_NetworkUtil;general;quickstep_utility_PlanVisualizer;general;quickstep_utility_PrimeNumber;general;quickstep_utility_PtrList;general;quickstep_utility_PtrMap;general;quickstep_utility_PtrVector;general;quickstep_utility_Range;general;quickstep_utility_ScopedArray;general;quickstep_utility_ScopedBuffer;general;quickstep_utility_ScopedDeleter;general;quickstep_utility_ScopedReassignment;general;quickstep_utility_ShardedLockManager;general;quickstep_utility_SortConfiguration;general;quickstep_utility_SortConfiguration_proto;general;quickstep_utility_SqlError;general;quickstep_utility_StringUtil;general;quickstep_utility_TemplateUtil;general;quickstep_utility_TextBasedTestDriver;general;quickstep_utility_ThreadSafeQueue;general;quickstep_utility_TransitiveClosureContext;general;quickstep_utility_TreeStringSerializable;general;quickstep_utility_VectorUtil;

//Dependencies for target
quickstep_utility_Macros_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_utility_MemStream_LIB_DEPENDS:STATIC=general;glog;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_utility_NetworkUtil_LIB_DEPENDS:STATIC=general;gflags_nothreads-static;general;glog;

//Dependencies for the target
quickstep_utility_PlanVisualizer_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogRelation;general;quickstep_queryoptimizer_costmodel_StarSchemaSimpleCostModel;general;quickstep_queryoptimizer_expressions_AttributeReference;general;quickstep_queryoptimizer_expressions_ExprId;general;quickstep_queryoptimizer_physical_FilterJoin;general;quickstep_queryoptimizer_physical_HashJoin;general;quickstep_queryoptimizer_physical_LIPFilterConfiguration;general;quickstep_queryoptimizer_physical_PartitionSchemeHeader;general;quickstep_queryoptimizer_physical_Physical;general;quickstep_queryoptimizer_physical_PhysicalType;general;quickstep_queryoptimizer_physical_TableReference;general;quickstep_queryoptimizer_physical_TopLevelPlan;general;quickstep_utility_Macros;general;quickstep_utility_StringUtil;

//Dependencies for the target
quickstep_utility_PrimeNumber_LIB_DEPENDS:STATIC=general;glog;

//Dependencies for the target
quickstep_utility_PtrList_LIB_DEPENDS:STATIC=general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_utility_PtrMap_LIB_DEPENDS:STATIC=general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_utility_PtrVector_LIB_DEPENDS:STATIC=general;glog;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_utility_Range_LIB_DEPENDS:STATIC=general;glog;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_utility_ScopedArray_LIB_DEPENDS:STATIC=general;quickstep_utility_Macros;general;quickstep_utility_ScopedBuffer;

//Dependencies for the target
quickstep_utility_ScopedBuffer_LIB_DEPENDS:STATIC=general;glog;general;quickstep_utility_Alignment;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_utility_ScopedDeleter_LIB_DEPENDS:STATIC=general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_utility_ScopedReassignment_LIB_DEPENDS:STATIC=general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_utility_ShardedLockManager_LIB_DEPENDS:STATIC=general;quickstep_storage_StorageConstants;general;quickstep_threading_Mutex;general;quickstep_threading_SharedMutex;general;quickstep_threading_SpinSharedMutex;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_utility_SortConfiguration_LIB_DEPENDS:STATIC=general;glog;general;quickstep_expressions_ExpressionFactories;general;quickstep_expressions_Expressions_proto;general;quickstep_expressions_scalar_Scalar;general;quickstep_utility_PtrVector;general;quickstep_utility_SortConfiguration_proto;

//Dependencies for the target
quickstep_utility_SortConfiguration_proto_LIB_DEPENDS:STATIC=general;/usr/local/lib/libprotobuf.a;general;quickstep_expressions_Expressions_proto;

//Dependencies for the target
quickstep_utility_SqlError_LIB_DEPENDS:STATIC=general;glog;

//Dependencies for the target
quickstep_utility_StringUtil_LIB_DEPENDS:STATIC=general;glog;

//Dependencies for target
quickstep_utility_TemplateUtil_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_utility_TextBasedTestDriver_LIB_DEPENDS:STATIC=general;glog;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_utility_ThreadSafeQueue_LIB_DEPENDS:STATIC=general;quickstep_threading_ConditionVariable;general;quickstep_threading_Mutex;general;quickstep_utility_Macros;

//Dependencies for target
quickstep_utility_TransitiveClosureContext_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_utility_TreeStringSerializable_LIB_DEPENDS:STATIC=general;glog;general;quickstep_utility_Macros;

//Dependencies for target
quickstep_utility_VectorUtil_LIB_DEPENDS:STATIC=

//Dependencies for the target
quickstep_utility_lipfilter_BitVectorExactFilter_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorUtil;general;quickstep_types_Type;general;quickstep_utility_BarrieredReadWriteConcurrentBitVector;general;quickstep_utility_Macros;general;quickstep_utility_lipfilter_LIPFilter;

//Dependencies for the target
quickstep_utility_lipfilter_LIPFilterAdaptiveProber_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_TupleIdSequence;general;quickstep_storage_ValueAccessor;general;quickstep_types_Type;general;quickstep_utility_Macros;general;quickstep_utility_lipfilter_LIPFilter;

//Dependencies for the target
quickstep_utility_lipfilter_LIPFilterBuilder_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_utility_Macros;general;quickstep_utility_lipfilter_LIPFilter;

//Dependencies for the target
quickstep_utility_lipfilter_LIPFilterDeployment_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogTypedefs;general;quickstep_types_TypeFactory;general;quickstep_utility_Macros;general;quickstep_utility_lipfilter_LIPFilter;general;quickstep_utility_lipfilter_LIPFilterAdaptiveProber;general;quickstep_utility_lipfilter_LIPFilterBuilder;general;quickstep_utility_lipfilter_LIPFilter_proto;

//Dependencies for the target
quickstep_utility_lipfilter_LIPFilterFactory_LIB_DEPENDS:STATIC=general;glog;general;quickstep_utility_Macros;general;quickstep_utility_lipfilter_BitVectorExactFilter;general;quickstep_utility_lipfilter_LIPFilter_proto;general;quickstep_utility_lipfilter_SingleIdentityHashFilter;

//Dependencies for the target
quickstep_utility_lipfilter_LIPFilterUtil_LIB_DEPENDS:STATIC=general;quickstep_queryexecution_QueryContext;general;quickstep_utility_lipfilter_LIPFilterDeployment;

//Dependencies for the target
quickstep_utility_lipfilter_LIPFilter_LIB_DEPENDS:STATIC=general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_StorageBlockInfo;general;quickstep_utility_Macros;

//Dependencies for the target
quickstep_utility_lipfilter_LIPFilter_proto_LIB_DEPENDS:STATIC=general;/usr/local/lib/libprotobuf.a;general;quickstep_types_Type_proto;

//Dependencies for the target
quickstep_utility_lipfilter_SingleIdentityHashFilter_LIB_DEPENDS:STATIC=general;glog;general;quickstep_catalog_CatalogTypedefs;general;quickstep_storage_StorageBlockInfo;general;quickstep_storage_ValueAccessor;general;quickstep_storage_ValueAccessorUtil;general;quickstep_types_Type;general;quickstep_utility_BarrieredReadWriteConcurrentBitVector;general;quickstep_utility_Macros;general;quickstep_utility_lipfilter_LIPFilter;

//Dependencies for target
re2_LIB_DEPENDS:STATIC=

//Value Computed by CMake
tmb_BINARY_DIR:STATIC=/usr/local/src/quickstep/build/third_party/tmb

//Dependencies for the target
tmb_LIB_DEPENDS:STATIC=general;-lpthread;general;gflags_nothreads-static;

//Value Computed by CMake
tmb_SOURCE_DIR:STATIC=/usr/local/src/quickstep/third_party/src/tmb


########################
# INTERNAL cache entries
########################

//ADVANCED property for variable: BENCHMARK_CXX_FLAGS_COVERAGE
BENCHMARK_CXX_FLAGS_COVERAGE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BENCHMARK_EXE_LINKER_FLAGS_COVERAGE
BENCHMARK_EXE_LINKER_FLAGS_COVERAGE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BENCHMARK_SHARED_LINKER_FLAGS_COVERAGE
BENCHMARK_SHARED_LINKER_FLAGS_COVERAGE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BISON_EXECUTABLE
BISON_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BUILD_NC_TESTS
BUILD_NC_TESTS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BUILD_STATIC_LIBS
BUILD_STATIC_LIBS-ADVANCED:INTERNAL=1
//Test CLANG_HAS_MARCH_NATIVE
CLANG_HAS_MARCH_NATIVE:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/usr/local/src/quickstep/build
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=10
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Have symbol pthread_create
CMAKE_HAVE_LIBC_CREATE:INTERNAL=
//Have library pthreads
CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
//Have library pthread
CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1
//Have include pthread.h
CMAKE_HAVE_PTHREAD_H:INTERNAL=1
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/usr/local/src/quickstep
//ADVANCED property for variable: CMAKE_INSTALL_PREFIX
CMAKE_INSTALL_PREFIX-ADVANCED:INTERNAL=0
//Install .so files without execute permission.
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=53
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//Platform information initialized
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.10
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(unsigned short)
CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=2
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/bin/uname
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//Test COMPILER_HAS_PEDANTIC
COMPILER_HAS_PEDANTIC:INTERNAL=1
//Test COMPILER_HAS_STD_CXX11
COMPILER_HAS_STD_CXX11:INTERNAL=1
//Test COMPILER_HAS_WALL
COMPILER_HAS_WALL:INTERNAL=1
//Test COMPILER_HAS_WERROR
COMPILER_HAS_WERROR:INTERNAL=1
//Test COMPILER_HAS_WNO_DEPRECATED_REGISTER
COMPILER_HAS_WNO_DEPRECATED_REGISTER:INTERNAL=1
//Test COMPILER_HAS_WNO_EXTENDED_OFFSETOF
COMPILER_HAS_WNO_EXTENDED_OFFSETOF:INTERNAL=1
//Test COMPILER_HAS_WNO_OVERFLOW
COMPILER_HAS_WNO_OVERFLOW:INTERNAL=1
//Test COMPILER_HAS_WNO_PEDANTIC
COMPILER_HAS_WNO_PEDANTIC:INTERNAL=1
//Test COMPILER_HAS_WNO_RETURN_TYPE_C_LINKAGE
COMPILER_HAS_WNO_RETURN_TYPE_C_LINKAGE:INTERNAL=1
//Test COMPILER_HAS_WNO_SELF_MOVE
COMPILER_HAS_WNO_SELF_MOVE:INTERNAL=1
//Test COMPILER_HAS_WNO_SIGN_ERROR
COMPILER_HAS_WNO_SIGN_ERROR:INTERNAL=1
//Test COMPILER_HAS_WNO_UNUSED_BUT_SET_VARIABLE
COMPILER_HAS_WNO_UNUSED_BUT_SET_VARIABLE:INTERNAL=
//Test COMPILER_HAS_WNO_UNUSED_LOCAL_TYPEDEF
COMPILER_HAS_WNO_UNUSED_LOCAL_TYPEDEF:INTERNAL=1
//Test COMPILER_HAS_WNO_UNUSED_VARIABLE
COMPILER_HAS_WNO_UNUSED_VARIABLE:INTERNAL=1
//Result of TRY_COMPILE
COMPILE_HAVE_GNU_POSIX_REGEX:INTERNAL=FALSE
//Result of TRY_COMPILE
COMPILE_HAVE_POSIX_REGEX:INTERNAL=TRUE
//Result of TRY_COMPILE
COMPILE_HAVE_STD_REGEX:INTERNAL=TRUE
//Result of TRY_COMPILE
COMPILE_HAVE_STEADY_CLOCK:INTERNAL=TRUE
//Result of TRY_COMPILE
COMPILE_HAVE_THREAD_SAFETY_ATTRIBUTES:INTERNAL=FALSE
//ADVANCED property for variable: CPACK_BINARY_DEB
CPACK_BINARY_DEB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_FREEBSD
CPACK_BINARY_FREEBSD-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_IFW
CPACK_BINARY_IFW-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_NSIS
CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_RPM
CPACK_BINARY_RPM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_STGZ
CPACK_BINARY_STGZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_TBZ2
CPACK_BINARY_TBZ2-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_TGZ
CPACK_BINARY_TGZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_TXZ
CPACK_BINARY_TXZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_TZ
CPACK_BINARY_TZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_RPM
CPACK_SOURCE_RPM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_TBZ2
CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_TGZ
CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_TXZ
CPACK_SOURCE_TXZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_TZ
CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_ZIP
CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1
//Test CXX_COMPILER_SUPPORTS_CPP14
CXX_COMPILER_SUPPORTS_CPP14:INTERNAL=1
//Details about finding BISON
FIND_PACKAGE_MESSAGE_DETAILS_BISON:INTERNAL=[/usr/bin/bison][v3.0.4()]
//Details about finding FLEX
FIND_PACKAGE_MESSAGE_DETAILS_FLEX:INTERNAL=[/usr/bin/flex][v2.6.4()]
//Details about finding Git
FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/usr/bin/git][v2.17.1()]
//Details about finding Grpc++
FIND_PACKAGE_MESSAGE_DETAILS_Grpc++:INTERNAL=[/usr/local/lib/libgrpc++.so][/usr/local/lib/libgrpc.so][/usr/local/lib/libgpr.so][/usr/local/include][/usr/local/include][v()]
//Details about finding Protobuf
FIND_PACKAGE_MESSAGE_DETAILS_Protobuf:INTERNAL=[/usr/local/lib/libprotobuf.a;-lpthread][/usr/local/include][v3.11.2()]
//Details about finding Protobuf3
FIND_PACKAGE_MESSAGE_DETAILS_Protobuf3:INTERNAL=[/usr/local/lib/libprotobuf.a][/usr/local/include][v()]
//Details about finding PythonInterp
FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/bin/python][v2.7.17()]
//Details about finding Threads
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
//ADVANCED property for variable: FLEX_EXECUTABLE
FLEX_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FLEX_INCLUDE_DIR
FLEX_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FL_LIBRARY
FL_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GFLAGS_INCLUDE_DIR
GFLAGS_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GFLAGS_INTTYPES_FORMAT
GFLAGS_INTTYPES_FORMAT-ADVANCED:INTERNAL=1
//STRINGS property for variable: GFLAGS_INTTYPES_FORMAT
GFLAGS_INTTYPES_FORMAT-STRINGS:INTERNAL=C99;BSD;VC7
//ADVANCED property for variable: GFLAGS_NAMESPACE
GFLAGS_NAMESPACE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GIT_EXECUTABLE
GIT_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GPR_LIBRARY
GPR_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GRPCPLUSPLUS_INCLUDE_DIR
GRPCPLUSPLUS_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GRPCPLUSPLUS_LIBRARY
GRPCPLUSPLUS_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GRPCPLUSPLUS_PROTOC_PLUGIN
GRPCPLUSPLUS_PROTOC_PLUGIN-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GRPC_INCLUDE_DIR
GRPC_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GRPC_LIBRARY
GRPC_LIBRARY-ADVANCED:INTERNAL=1
//Test HAVE_BUILTIN_EXPECT
HAVE_BUILTIN_EXPECT:INTERNAL=1
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=TRUE
//Test HAVE_CXX_FLAG_COVERAGE
HAVE_CXX_FLAG_COVERAGE:INTERNAL=1
//Test HAVE_CXX_FLAG_FSTRICT_ALIASING
HAVE_CXX_FLAG_FSTRICT_ALIASING:INTERNAL=1
//Test HAVE_CXX_FLAG_PEDANTIC
HAVE_CXX_FLAG_PEDANTIC:INTERNAL=1
//Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
HAVE_CXX_FLAG_PEDANTIC_ERRORS:INTERNAL=1
//Test HAVE_CXX_FLAG_STD_CXX11
HAVE_CXX_FLAG_STD_CXX11:INTERNAL=1
//Test HAVE_CXX_FLAG_WALL
HAVE_CXX_FLAG_WALL:INTERNAL=1
//Test HAVE_CXX_FLAG_WD654
HAVE_CXX_FLAG_WD654:INTERNAL=
//Test HAVE_CXX_FLAG_WERROR
HAVE_CXX_FLAG_WERROR:INTERNAL=1
//Test HAVE_CXX_FLAG_WEXTRA
HAVE_CXX_FLAG_WEXTRA:INTERNAL=1
//Test HAVE_CXX_FLAG_WFLOAT_EQUAL
HAVE_CXX_FLAG_WFLOAT_EQUAL:INTERNAL=1
//Test HAVE_CXX_FLAG_WSHADOW
HAVE_CXX_FLAG_WSHADOW:INTERNAL=1
//Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
HAVE_CXX_FLAG_WSHORTEN_64_TO_32:INTERNAL=1
//Test HAVE_CXX_FLAG_WSTRICT_ALIASING
HAVE_CXX_FLAG_WSTRICT_ALIASING:INTERNAL=1
//Test HAVE_CXX_FLAG_WTHREAD_SAFETY
HAVE_CXX_FLAG_WTHREAD_SAFETY:INTERNAL=1
//Test HAVE_CXX_FLAG_WZERO_AS_NULL_POINTER_CONSTANT
HAVE_CXX_FLAG_WZERO_AS_NULL_POINTER_CONSTANT:INTERNAL=1
//Have function dladdr
HAVE_DLADDR:INTERNAL=
//Have include dlfcn.h
HAVE_DLFCN_H:INTERNAL=1
//Have include execinfo.h
HAVE_EXECINFO_H:INTERNAL=1
//Have include ext/hash_map
HAVE_EXT_HASH_MAP:INTERNAL=
//Have include ext/hash_set
HAVE_EXT_HASH_SET:INTERNAL=
//Have include ext/slist
HAVE_EXT_SLIST:INTERNAL=1
//Have function fcntl
HAVE_FCNTL:INTERNAL=1
//Have include fnmatch.h
HAVE_FNMATCH_H:INTERNAL=1
//Have include glob.h
HAVE_GLOB_H:INTERNAL=1
//Result of TRY_COMPILE
HAVE_HAVE_UINT16_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_HAVE_U_INT16_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_HAVE___UINT16:INTERNAL=FALSE
//Have include inttypes.h
HAVE_INTTYPES_H:INTERNAL=1
//Have includes hdfs/hdfs.h
HAVE_LIBHDFS3_HEADERS:INTERNAL=
//Have include libunwind.h
HAVE_LIBUNWIND_H:INTERNAL=
//Have library unwind
HAVE_LIB_UNWIND:INTERNAL=
//Have include termios.h;unistd.h;stdlib.h;stdio.h;errno.h;string.h;stdlib.h;ctype.h;sys/types.h;sys/ioctl.h;unistd.h
HAVE_LINENOISE_HEADERS:INTERNAL=1
//Have include memory.h
HAVE_MEMORY_H:INTERNAL=1
//Test HAVE_NAMESPACES
HAVE_NAMESPACES:INTERNAL=1
//Test HAVE_NO_DEPRECATED
HAVE_NO_DEPRECATED:INTERNAL=1
//Test HAVE_NO_UNNAMED_TYPE_TEMPLATE_ARGS
HAVE_NO_UNNAMED_TYPE_TEMPLATE_ARGS:INTERNAL=1
//Result of TRY_COMPILE
HAVE_PC_FROM_UCONTEXT:INTERNAL=FALSE
//Have function pread
HAVE_PREAD:INTERNAL=1
//Have include pwd.h
HAVE_PWD_H:INTERNAL=1
//Have function pwrite
HAVE_PWRITE:INTERNAL=1
//Result of TRY_COMPILE
HAVE_RWLOCK:INTERNAL=TRUE
//Have function sigaction
HAVE_SIGACTION:INTERNAL=1
//Have function sigaltstack
HAVE_SIGALSTACK:INTERNAL=1
//Result of TRY_COMPILE
HAVE_SIZEOF_SIZE_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_SIZEOF_TIME_T:INTERNAL=TRUE
//Have symbol snprintf
HAVE_SNPRINTF:INTERNAL=1
//Have include stddef.h
HAVE_STDDEF_H:INTERNAL=1
//Have include stdint.h
HAVE_STDINT_H:INTERNAL=1
//Have include stdlib.h
HAVE_STDLIB_H:INTERNAL=1
//Have include strings.h
HAVE_STRINGS_H:INTERNAL=1
//Have include string.h
HAVE_STRING_H:INTERNAL=1
//Have symbol strtoll
HAVE_STRTOLL:INTERNAL=1
//Have include syscall.h
HAVE_SYSCALL_H:INTERNAL=1
//Have include syslog.h
HAVE_SYSLOG_H:INTERNAL=1
//Have include sys/stat.h
HAVE_SYS_STAT_H:INTERNAL=1
//Have include sys/syscall.h
HAVE_SYS_SYSCALL_H:INTERNAL=1
//Have include sys/time.h
HAVE_SYS_TIME_H:INTERNAL=1
//Have include sys/types.h
HAVE_SYS_TYPES_H:INTERNAL=1
//Have include sys/utsname.h
HAVE_SYS_UTSNAME_H:INTERNAL=1
//Have include tr1/unordered_map
HAVE_TR1_UNORDERED_MAP:INTERNAL=1
//Have include tr1/unordered_set
HAVE_TR1_UNORDERED_SET:INTERNAL=1
//Have include ucontext.h
HAVE_UCONTEXT_H:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(uint16_t)
HAVE_UINT16_T:INTERNAL=2
//Have include unistd.h
HAVE_UNISTD_H:INTERNAL=1
//Have include unordered_map
HAVE_UNORDERED_MAP:INTERNAL=1
//Have include unordered_set
HAVE_UNORDERED_SET:INTERNAL=1
//Have include unwind.h
HAVE_UNWIND_H:INTERNAL=1
//Test HAVE_USING_OPERATOR
HAVE_USING_OPERATOR:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(u_int16_t)
HAVE_U_INT16_T:INTERNAL=2
//Result of TRY_COMPILE
HAVE_WORDS_BIGENDIAN:INTERNAL=TRUE
//Test HAVE___ATTRIBUTE__
HAVE___ATTRIBUTE__:INTERNAL=1
//Test HAVE___ATTRIBUTE__VISIBILITY_DEFAULT
HAVE___ATTRIBUTE__VISIBILITY_DEFAULT:INTERNAL=1
//Test HAVE___ATTRIBUTE__VISIBILITY_HIDDEN
HAVE___ATTRIBUTE__VISIBILITY_HIDDEN:INTERNAL=1
//Test HAVE___BUILTIN_EXPECT
HAVE___BUILTIN_EXPECT:INTERNAL=1
//Test HAVE___DECLSPEC
HAVE___DECLSPEC:INTERNAL=
//Test HAVE___SYNC_VAL_COMPARE_AND_SWAP
HAVE___SYNC_VAL_COMPARE_AND_SWAP:INTERNAL=1
//CHECK_TYPE_SIZE: unsigned __int16 unknown
HAVE___UINT16:INTERNAL=
//Result of TRY_COMPILE
HAVE_uint32_t:INTERNAL=TRUE
//ADVANCED property for variable: INSTALL_HEADERS
INSTALL_HEADERS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LIBNUMA_INCLUDE_DIR
LIBNUMA_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LIBNUMA_LIBRARY
LIBNUMA_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LIBRARY_INSTALL_DIR
LIBRARY_INSTALL_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PROTOBUF3_INCLUDE_DIR
PROTOBUF3_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PROTOBUF3_LIBRARY
PROTOBUF3_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PROTOBUF3_PROTOC_EXECUTABLE
PROTOBUF3_PROTOC_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PYTHON_EXECUTABLE
PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Protobuf_INCLUDE_DIR
Protobuf_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Protobuf_LIBRARY_DEBUG
Protobuf_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Protobuf_LIBRARY_RELEASE
Protobuf_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Protobuf_LITE_LIBRARY_DEBUG
Protobuf_LITE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Protobuf_LITE_LIBRARY_RELEASE
Protobuf_LITE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Protobuf_PROTOC_EXECUTABLE
Protobuf_PROTOC_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Protobuf_PROTOC_LIBRARY_DEBUG
Protobuf_PROTOC_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Protobuf_PROTOC_LIBRARY_RELEASE
Protobuf_PROTOC_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//Test QUICKSTEP_HAVE_BUILTIN_CLZ
QUICKSTEP_HAVE_BUILTIN_CLZ:INTERNAL=1
//Test QUICKSTEP_HAVE_BUILTIN_CTZ
QUICKSTEP_HAVE_BUILTIN_CTZ:INTERNAL=1
//Test QUICKSTEP_HAVE_BUILTIN_POPCOUNT
QUICKSTEP_HAVE_BUILTIN_POPCOUNT:INTERNAL=1
//Test QUICKSTEP_HAVE_CPP11_THREADS
QUICKSTEP_HAVE_CPP11_THREADS:INTERNAL=1
//Test QUICKSTEP_HAVE_CPP11_YIELD
QUICKSTEP_HAVE_CPP11_YIELD:INTERNAL=1
//Test QUICKSTEP_HAVE_CPP14_SHARED_TIMED_MUTEX
QUICKSTEP_HAVE_CPP14_SHARED_TIMED_MUTEX:INTERNAL=1
//Test QUICKSTEP_HAVE_CPP17_SHARED_MUTEX
QUICKSTEP_HAVE_CPP17_SHARED_MUTEX:INTERNAL=
//Have include fcntl.h;glob.h;unistd.h;sys/stat.h;sys/types.h
QUICKSTEP_HAVE_FILE_MANAGER_POSIX:INTERNAL=1
//Have include glob.h
QUICKSTEP_HAVE_GLOB:INTERNAL=1
//Have symbol gmtime_r
QUICKSTEP_HAVE_GMTIME_R:INTERNAL=1
//Have symbol localtime_r
QUICKSTEP_HAVE_LOCALTIME_R:INTERNAL=1
//Test QUICKSTEP_HAVE_MMAP_LINUX_HUGETLB
QUICKSTEP_HAVE_MMAP_LINUX_HUGETLB:INTERNAL=1
//Have function open_memstream
QUICKSTEP_HAVE_OPEN_MEMSTREAM:INTERNAL=1
//Test QUICKSTEP_HAVE_PTHREAD_SETAFFINITY_NP_LINUX
QUICKSTEP_HAVE_PTHREAD_SETAFFINITY_NP_LINUX:INTERNAL=1
//Have symbol setenv
QUICKSTEP_HAVE_SETENV:INTERNAL=1
//Test QUICKSTEP_HAVE_STD_ALIGN
QUICKSTEP_HAVE_STD_ALIGN:INTERNAL=
//Have symbol strnlen
QUICKSTEP_HAVE_STRNLEN:INTERNAL=1
//Test QUICKSTEP_HAVE_SYSCONF
QUICKSTEP_HAVE_SYSCONF:INTERNAL=1
//Have symbol timegm
QUICKSTEP_HAVE_TIMEGM:INTERNAL=1
//Have symbol tzset
QUICKSTEP_HAVE_TZSET:INTERNAL=1
//Have include unistd.h
QUICKSTEP_HAVE_UNISTD:INTERNAL=1
//Result of TRY_RUN
RUN_HAVE_POSIX_REGEX:INTERNAL=0
//Result of TRY_RUN
RUN_HAVE_STD_REGEX:INTERNAL=0
//Result of TRY_RUN
RUN_HAVE_STEADY_CLOCK:INTERNAL=0
//CHECK_TYPE_SIZE: sizeof(pthread_rwlock_t)
RWLOCK:INTERNAL=56
//CHECK_TYPE_SIZE: sizeof(size_t)
SIZEOF_SIZE_T:INTERNAL=8
//CHECK_TYPE_SIZE: sizeof(time_t)
SIZEOF_TIME_T:INTERNAL=8
//Test STL_NO_NAMESPACE
STL_NO_NAMESPACE:INTERNAL=
//Test STL_STD_NAMESPACE
STL_STD_NAMESPACE:INTERNAL=1
//ADVANCED property for variable: UNWIND_LIBRARY
UNWIND_LIBRARY-ADVANCED:INTERNAL=1
//STRINGS property for variable: VECTOR_COPY_ELISION_LEVEL
VECTOR_COPY_ELISION_LEVEL-STRINGS:INTERNAL=none;selection;join;joinwithbinaryexpressions
//Result of TEST_BIG_ENDIAN
WORDS_BIGENDIAN:INTERNAL=0
//CHECK_TYPE_SIZE: sizeof(uint32_t)
uint32_t:INTERNAL=4

