Skip to content

Commit

Permalink
Special cases that need no permutation. (#1737)
Browse files Browse the repository at this point in the history
* Special cases that need no permutation.

* spotless

* Fix for remove permutation.

* spotless again

* fix seed

* replicate change before spotless

* code review part 1

* Replicated after making lines even.

* move valueChunks and postValuesChunks to context.

* spotless
  • Loading branch information
cpwright authored Dec 30, 2021
1 parent 819d18a commit 03c26a8
Show file tree
Hide file tree
Showing 786 changed files with 3,405 additions and 1,692 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* ---------------------------------------------------------------------------------------------------------------------
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharValueTracker and regenerate
* ------------------------------------------------------------------------------------------------------------------ */
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.clientsupport.plotdownsampling;

import io.deephaven.base.verify.Assert;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* ---------------------------------------------------------------------------------------------------------------------
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharValueTracker and regenerate
* ------------------------------------------------------------------------------------------------------------------ */
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.clientsupport.plotdownsampling;

import io.deephaven.base.verify.Assert;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* ---------------------------------------------------------------------------------------------------------------------
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharValueTracker and regenerate
* ------------------------------------------------------------------------------------------------------------------ */
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.clientsupport.plotdownsampling;

import io.deephaven.base.verify.Assert;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* ---------------------------------------------------------------------------------------------------------------------
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharValueTracker and regenerate
* ------------------------------------------------------------------------------------------------------------------ */
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.clientsupport.plotdownsampling;

import io.deephaven.base.verify.Assert;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* ---------------------------------------------------------------------------------------------------------------------
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharValueTracker and regenerate
* ------------------------------------------------------------------------------------------------------------------ */
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.clientsupport.plotdownsampling;

import io.deephaven.base.verify.Assert;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* ---------------------------------------------------------------------------------------------------------------------
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharValueTracker and regenerate
* ------------------------------------------------------------------------------------------------------------------ */
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.clientsupport.plotdownsampling;

import io.deephaven.base.verify.Assert;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* ---------------------------------------------------------------------------------------------------------------------
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharPartitionKernelBenchmark and regenerate
* ------------------------------------------------------------------------------------------------------------------ */
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.benchmark.engine.partition;

import io.deephaven.tuple.generated.ByteLongTuple;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* ---------------------------------------------------------------------------------------------------------------------
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharPartitionKernelBenchmark and regenerate
* ------------------------------------------------------------------------------------------------------------------ */
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.benchmark.engine.partition;

import io.deephaven.tuple.generated.DoubleLongTuple;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* ---------------------------------------------------------------------------------------------------------------------
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharPartitionKernelBenchmark and regenerate
* ------------------------------------------------------------------------------------------------------------------ */
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.benchmark.engine.partition;

import io.deephaven.tuple.generated.FloatLongTuple;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* ---------------------------------------------------------------------------------------------------------------------
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharPartitionKernelBenchmark and regenerate
* ------------------------------------------------------------------------------------------------------------------ */
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.benchmark.engine.partition;

import io.deephaven.tuple.generated.IntLongTuple;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* ---------------------------------------------------------------------------------------------------------------------
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharPartitionKernelBenchmark and regenerate
* ------------------------------------------------------------------------------------------------------------------ */
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.benchmark.engine.partition;

import io.deephaven.tuple.generated.LongLongTuple;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* ---------------------------------------------------------------------------------------------------------------------
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharPartitionKernelBenchmark and regenerate
* ------------------------------------------------------------------------------------------------------------------ */
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.benchmark.engine.partition;

import io.deephaven.tuple.generated.ShortLongTuple;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* ---------------------------------------------------------------------------------------------------------------------
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharSortKernelBenchmark and regenerate
* ------------------------------------------------------------------------------------------------------------------ */
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.benchmark.engine.sort.timsort;

import io.deephaven.engine.table.impl.sort.timsort.BaseTestByteTimSortKernel;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* ---------------------------------------------------------------------------------------------------------------------
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharSortKernelBenchmark and regenerate
* ------------------------------------------------------------------------------------------------------------------ */
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.benchmark.engine.sort.timsort;

import io.deephaven.engine.table.impl.sort.timsort.BaseTestDoubleTimSortKernel;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* ---------------------------------------------------------------------------------------------------------------------
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharSortKernelBenchmark and regenerate
* ------------------------------------------------------------------------------------------------------------------ */
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.benchmark.engine.sort.timsort;

import io.deephaven.engine.table.impl.sort.timsort.BaseTestFloatTimSortKernel;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* ---------------------------------------------------------------------------------------------------------------------
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharSortKernelBenchmark and regenerate
* ------------------------------------------------------------------------------------------------------------------ */
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.benchmark.engine.sort.timsort;

import io.deephaven.engine.table.impl.sort.timsort.BaseTestIntTimSortKernel;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* ---------------------------------------------------------------------------------------------------------------------
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharSortKernelBenchmark and regenerate
* ------------------------------------------------------------------------------------------------------------------ */
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.benchmark.engine.sort.timsort;

import io.deephaven.engine.table.impl.sort.timsort.BaseTestLongTimSortKernel;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* ---------------------------------------------------------------------------------------------------------------------
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharSortKernelBenchmark and regenerate
* ------------------------------------------------------------------------------------------------------------------ */
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.benchmark.engine.sort.timsort;

import io.deephaven.engine.table.impl.sort.timsort.BaseTestObjectTimSortKernel;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* ---------------------------------------------------------------------------------------------------------------------
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharSortKernelBenchmark and regenerate
* ------------------------------------------------------------------------------------------------------------------ */
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.benchmark.engine.sort.timsort;

import io.deephaven.engine.table.impl.sort.timsort.BaseTestShortTimSortKernel;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharHelper and regenerate
* ------------------------------------------------------------------------------------------------------------------
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.benchmark.engine.sources;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharHelper and regenerate
* ------------------------------------------------------------------------------------------------------------------
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.benchmark.engine.sources;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharHelper and regenerate
* ------------------------------------------------------------------------------------------------------------------
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.benchmark.engine.sources;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharHelper and regenerate
* ------------------------------------------------------------------------------------------------------------------
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.benchmark.engine.sources;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharHelper and regenerate
* ------------------------------------------------------------------------------------------------------------------
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.benchmark.engine.sources;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharHelper and regenerate
* ------------------------------------------------------------------------------------------------------------------
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.benchmark.engine.sources;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* ---------------------------------------------------------------------------------------------------------------------
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharChunk and regenerate
* ------------------------------------------------------------------------------------------------------------------ */
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.chunk;

import io.deephaven.util.type.ArrayTypeUtils;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* ---------------------------------------------------------------------------------------------------------------------
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharChunkChunk and regenerate
* ------------------------------------------------------------------------------------------------------------------ */
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.chunk;

import io.deephaven.chunk.attributes.Any;
Expand Down
6 changes: 4 additions & 2 deletions engine/chunk/src/main/java/io/deephaven/chunk/ByteChunk.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* ---------------------------------------------------------------------------------------------------------------------
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharChunk and regenerate
* ------------------------------------------------------------------------------------------------------------------ */
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.chunk;

import io.deephaven.util.type.ArrayTypeUtils;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* ---------------------------------------------------------------------------------------------------------------------
/*
* ---------------------------------------------------------------------------------------------------------------------
* AUTO-GENERATED CLASS - DO NOT EDIT MANUALLY - for any changes edit CharChunkChunk and regenerate
* ------------------------------------------------------------------------------------------------------------------ */
* ---------------------------------------------------------------------------------------------------------------------
*/
package io.deephaven.chunk;

import io.deephaven.chunk.attributes.Any;
Expand Down
Loading

0 comments on commit 03c26a8

Please sign in to comment.