Skip to content

Commit

Permalink
Automated submodule update: velox
Browse files Browse the repository at this point in the history
  • Loading branch information
facebook-github-bot committed Jun 17, 2022
1 parent 9aecec2 commit e11847c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrc/velox/velox
Submodule velox updated 51 files
+21 −2 README.md
+2 −1 build/fbcode_builder/CMake/fb_py_win_main.c
+93 −84 build/fbcode_builder/getdeps/builder.py
+0 −10 velox/core/QueryCtx.h
+2 −0 velox/dwio/common/CMakeLists.txt
+40 −0 velox/dwio/common/Common.cpp
+38 −0 velox/dwio/common/Common.h
+3 −3 velox/dwio/common/DecoderUtil.cpp
+10 −7 velox/dwio/common/DecoderUtil.h
+9 −9 velox/dwio/common/StreamUtil.h
+1 −0 velox/dwio/common/tests/CMakeLists.txt
+4 −4 velox/dwio/common/tests/DecoderUtilTest.cpp
+0 −1 velox/dwio/dwrf/common/CMakeLists.txt
+0 −18 velox/dwio/dwrf/common/Common.cpp
+1 −16 velox/dwio/dwrf/common/Common.h
+15 −14 velox/dwio/dwrf/common/Compression.cpp
+3 −2 velox/dwio/dwrf/common/Compression.h
+2 −2 velox/dwio/dwrf/common/Config.cpp
+2 −1 velox/dwio/dwrf/common/Config.h
+20 −19 velox/dwio/dwrf/common/DirectDecoder.h
+8 −8 velox/dwio/dwrf/common/FloatingPointDecoder.h
+12 −12 velox/dwio/dwrf/common/IntDecoder.cpp
+1 −1 velox/dwio/dwrf/common/IntDecoder.h
+5 −5 velox/dwio/dwrf/common/RLEv1.h
+30 −8 velox/dwio/dwrf/reader/ColumnVisitors.h
+2 −2 velox/dwio/dwrf/reader/DwrfReaderShared.cpp
+1 −1 velox/dwio/dwrf/reader/DwrfReaderShared.h
+3 −3 velox/dwio/dwrf/reader/ReaderBase.h
+2 −2 velox/dwio/dwrf/reader/SelectiveColumnReader.cpp
+4 −1 velox/dwio/dwrf/reader/SelectiveColumnReader.h
+206 −0 velox/dwio/dwrf/reader/SelectiveIntegerColumnReader.h
+2 −25 velox/dwio/dwrf/reader/SelectiveIntegerDictionaryColumnReader.cpp
+8 −110 velox/dwio/dwrf/reader/SelectiveIntegerDictionaryColumnReader.h
+1 −24 velox/dwio/dwrf/reader/SelectiveIntegerDirectColumnReader.cpp
+4 −121 velox/dwio/dwrf/reader/SelectiveIntegerDirectColumnReader.h
+4 −3 velox/dwio/dwrf/reader/SelectiveStringDirectColumnReader.cpp
+0 −6 velox/dwio/dwrf/test/CMakeLists.txt
+2 −0 velox/dwio/dwrf/test/ConfigTests.cpp
+2 −1 velox/dwio/dwrf/test/E2EFilterTest.cpp
+2 −1 velox/dwio/dwrf/test/LayoutPlannerTests.cpp
+1 −0 velox/dwio/dwrf/writer/LayoutPlanner.h
+3 −2 velox/dwio/dwrf/writer/WriterBase.cpp
+1 −1 velox/dwio/dwrf/writer/WriterBase.h
+4 −3 velox/dwio/dwrf/writer/WriterContext.h
+23 −55 velox/functions/prestosql/aggregates/tests/AggregationTestBase.cpp
+6 −3 velox/functions/prestosql/aggregates/tests/AggregationTestBase.h
+164 −7 velox/type/Filter.cpp
+133 −0 velox/type/Filter.h
+15 −0 velox/type/tests/CMakeLists.txt
+204 −3 velox/type/tests/FilterTest.cpp
+198 −0 velox/type/tests/NegatedValuesFilterBenchmark.cpp

0 comments on commit e11847c

Please sign in to comment.