Query finished in 3.063791375 s
Now reading data out of band
Data size is 15276072
Data size is 30550888
Data size is 30548648
Data size is 30550080
Data size is 30549344
Data size is 30549056
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software | |
* distributed under the License is distributed on an "AS IS" BASIS, | |
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software | |
* distributed under the License is distributed on an "AS IS" BASIS, | |
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software | |
* distributed under the License is distributed on an "AS IS" BASIS, | |
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.assertj.core.api.AbstractAssert; | |
import org.assertj.core.api.AssertProvider; | |
import org.junit.jupiter.api.Test; | |
import static org.assertj.core.api.Assertions.assertThat; | |
public class SerafinTest | |
{ | |
@Test | |
public void testIntelliJBug() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import com.google.common.base.MoreObjects; | |
import com.google.inject.Binder; | |
import com.google.inject.ConfigurationException; | |
import com.google.inject.Inject; | |
import com.google.inject.Injector; | |
import com.google.inject.Key; | |
import com.google.inject.name.Named; | |
import com.google.inject.name.Names; | |
import io.airlift.bootstrap.Bootstrap; | |
import io.airlift.configuration.AbstractConfigurationAwareModule; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.lang.foreign.Arena; | |
import java.lang.foreign.MemorySegment; | |
import static io.airlift.slice.Preconditions.verify; | |
import static io.airlift.slice.snappy.snappy_c_h.SNAPPY_OK; | |
import static java.lang.foreign.ValueLayout.JAVA_CHAR; | |
import static java.lang.foreign.ValueLayout.JAVA_LONG; | |
public class SnappyTest | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"jmhVersion" : "1.32", | |
"benchmark" : "io.trino.sql.planner.BenchmarkPlanner.planLargeInQuery", | |
"mode" : "avgt", | |
"threads" : 1, | |
"forks" : 1, | |
"jvm" : "/Users/mateuszgajewski/.sdkman/candidates/java/17.0.0-zulu/zulu-17.jdk/Contents/Home/bin/java", | |
"jvmArgs" : [ | |
"-javaagent:/Users/mateuszgajewski/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/221.5080.169/IntelliJ IDEA 2022.1 EAP.app/Contents/lib/idea_rt.jar=63361:/Users/mateuszgajewski/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/221.5080.169/IntelliJ IDEA 2022.1 EAP.app/Contents/bin", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"jmhVersion" : "1.32", | |
"benchmark" : "io.trino.sql.planner.BenchmarkPlanner.planLargeInQuery", | |
"mode" : "avgt", | |
"threads" : 1, | |
"forks" : 1, | |
"jvm" : "/Users/mateuszgajewski/.sdkman/candidates/java/17.0.0-zulu/zulu-17.jdk/Contents/Home/bin/java", | |
"jvmArgs" : [ | |
"-javaagent:/Users/mateuszgajewski/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/221.5080.169/IntelliJ IDEA 2022.1 EAP.app/Contents/lib/idea_rt.jar=61289:/Users/mateuszgajewski/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/221.5080.169/IntelliJ IDEA 2022.1 EAP.app/Contents/bin", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"jmhVersion" : "1.32", | |
"benchmark" : "io.trino.sql.planner.BenchmarkPlanner.planLargeInQuery", | |
"mode" : "avgt", | |
"threads" : 1, | |
"forks" : 1, | |
"jvm" : "/Users/mateuszgajewski/.sdkman/candidates/java/17.0.0-zulu/zulu-17.jdk/Contents/Home/bin/java", | |
"jvmArgs" : [ | |
"-javaagent:/Users/mateuszgajewski/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/221.5080.93/IntelliJ IDEA 2022.1 EAP.app/Contents/lib/idea_rt.jar=56000:/Users/mateuszgajewski/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/221.5080.93/IntelliJ IDEA 2022.1 EAP.app/Contents/bin", |
NewerOlder