This repository was archived by the owner on Nov 1, 2024. It is now read-only.
1 file changed
+1
-1
lines changed- .circleci/config.yml+2-1
- CODING_STYLE.md+33-2
- CONTRIBUTING.md+81-78
- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- scripts/setup-helper-functions.sh+1-1
- velox/benchmarks/basic/CMakeLists.txt+4
- velox/benchmarks/basic/VectorSlice.cpp+103
- velox/core/PlanNode.h+1-1
- velox/docs/develop/operators.rst+32
- velox/dwio/common/IntDecoder.cpp+201-6
- velox/dwio/common/tests/CMakeLists.txt+1
- velox/dwio/common/tests/DecodeBitsTest.cpp+135
- velox/dwio/common/tests/IntDecoderBenchmark.cpp+156-1
- velox/dwio/dwrf/common/FileMetadata.cpp+2-1
- velox/dwio/dwrf/reader/ColumnReader.cpp+17
- velox/dwio/dwrf/reader/ReaderBase.cpp+1
- velox/dwio/dwrf/test/TestReader.cpp+28
- velox/dwio/dwrf/test/examples/TestOrcFile.testDate1900.orc
- velox/exec/CMakeLists.txt+2
- velox/exec/LocalPlanner.cpp+5
- velox/exec/Window.cpp+407
- velox/exec/Window.h+209
- velox/exec/WindowFunction.cpp+2-1
- velox/exec/WindowFunction.h+46-2
- velox/exec/WindowPartition.cpp+29
- velox/exec/WindowPartition.h+56
- velox/expression/CastExpr.cpp+75-1
- velox/expression/CastExpr.h+7
- velox/expression/tests/CastExprTest.cpp+103
- velox/functions/prestosql/CMakeLists.txt+1
- velox/functions/prestosql/DecimalArithmetic.cpp+14-2
- velox/functions/prestosql/window/CMakeLists.txt+21
- velox/functions/prestosql/window/RowNumber.cpp+72
- velox/functions/prestosql/window/WindowFunctionsRegistration.cpp+26
- velox/functions/prestosql/window/WindowFunctionsRegistration.h+22
- velox/functions/prestosql/window/tests/CMakeLists.txt+31
- velox/functions/prestosql/window/tests/Main.cpp+23
- velox/functions/prestosql/window/tests/RowNumberTest.cpp+143
- velox/type/DecimalUtil.h+54
0 commit comments