repo
stringlengths
1
191
file
stringlengths
23
351
code
stringlengths
0
5.32M
file_length
int64
0
5.32M
avg_line_length
float64
0
2.9k
max_line_length
int64
0
288k
extension_type
stringclasses
1 value
Janus
Janus-master/src/trashbin/minerful/io/encdec/declaremap/OldDeclareMapEncoderDecoderMethods.java
package trashbin.minerful.io.encdec.declaremap; import java.io.File; import java.util.ArrayList; import java.util.TreeSet; import java.util.regex.Matcher; import java.util.regex.Pattern; import minerful.concept.ProcessModel; import minerful.concept.TaskCharArchive; import minerful.concept.constraint.Constraint; impor...
13,686
46.196552
157
java
nl2bash
nl2bash-master/bashlint/man_parser/ManParserInterface.java
package man_parser; import com.fasterxml.jackson.annotation.JsonAutoDetect; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.PropertyAccessor; import com.fasterxml.jackson.core.sym.Name; import com.fasterxml.jackson.databind.ObjectMapper; import main.Config; import man_parse...
19,346
40.517167
160
java
nl2bash
nl2bash-master/bashlint/man_parser/ManParserInterfaceTest.java
package man_parser; import main.Main; import man_parser.cmd.Cmd; import man_parser.parser.ParseException; import org.junit.jupiter.api.Test; import java.io.File; import java.io.IOException; import java.util.Arrays; import java.util.stream.Collectors; import static org.junit.Assert.*; /** * Created by clwang on 12/...
1,773
27.612903
113
java
nl2bash
nl2bash-master/bashlint/man_parser/cmd/Cmd.java
package man_parser.cmd; import javafx.util.Pair; import man_parser.ManParserInterface; import man_parser.parser.ParseException; import man_parser.parser.SynopParser; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; /** * Created by clwang on 2/14/16. */ public clas...
8,185
31.228346
99
java
nl2bash
nl2bash-master/bashlint/man_parser/parser/ParseException.java
/* Generated By:JavaCC: Do not edit this line. ParseException.java Version 6.0 */ /* JavaCCOptions:KEEP_LINE_COL=null */ package man_parser.parser; /** * This exception is thrown when parse errors are encountered. * You can explicitly create objects of this exception type by * calling the method generateParseExcept...
6,175
31.851064
104
java
nl2bash
nl2bash-master/bashlint/man_parser/parser/SimpleCharStream.java
/* Generated By:JavaCC: Do not edit this line. SimpleCharStream.java Version 6.0 */ /* JavaCCOptions:STATIC=false,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */ package man_parser.parser; /** * An implementation of interface CharStream, where the stream is assumed to * contain only ASCII characters (without unicode process...
11,856
23.962105
157
java
nl2bash
nl2bash-master/bashlint/man_parser/parser/SynopParser.java
/* SynopParser.java */ /* Generated By:JavaCC: Do not edit this line. SynopParser.java */ package man_parser.parser; import man_parser.cmd.*; import main.Config; import java.util.List; import java.util.Optional; import java.util.ArrayList; import java.io.File; import java.io.IOException; import java.nio.file.Files; ...
22,291
25.569726
156
java
nl2bash
nl2bash-master/bashlint/man_parser/parser/SynopParserConstants.java
/* Generated By:JavaCC: Do not edit this line. SynopParserConstants.java */ package man_parser.parser; /** * Token literal values and constants. * Generated by org.javacc.parser.OtherFilesGen#start() */ public interface SynopParserConstants { /** End of File. */ int EOF = 0; /** RegularExpression Id. */ i...
2,227
18.892857
75
java
nl2bash
nl2bash-master/bashlint/man_parser/parser/SynopParserTokenManager.java
/* SynopParserTokenManager.java */ /* Generated By:JavaCC: Do not edit this line. SynopParserTokenManager.java */ package man_parser.parser; import man_parser.cmd.*; import main.Config; import java.util.List; import java.util.Optional; import java.util.ArrayList; import java.io.File; import java.io.IOException; import ...
16,758
26.655116
145
java
nl2bash
nl2bash-master/bashlint/man_parser/parser/Token.java
/* Generated By:JavaCC: Do not edit this line. Token.java Version 6.0 */ /* JavaCCOptions:TOKEN_EXTENDS=,KEEP_LINE_COL=null,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */ package man_parser.parser; /** * Describes the input token stream. */ public class Token implements java.io.Serializable { /** * The version ident...
4,083
29.939394
90
java
nl2bash
nl2bash-master/bashlint/man_parser/parser/TokenMgrError.java
/* Generated By:JavaCC: Do not edit this line. TokenMgrError.java Version 6.0 */ /* JavaCCOptions: */ package man_parser.parser; /** Token Manager Error. */ public class TokenMgrError extends Error { /** * The version identifier for this Serializable class. * Increment only if the <i>serialized</i> form of th...
4,427
28.918919
136
java
null
orc-main/java/bench/core/src/java/org/apache/hadoop/fs/TrackingLocalFileSystem.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
2,074
30.439394
83
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/BenchmarkOptions.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
2,783
41.181818
84
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/CompressionKind.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
2,772
27.295918
75
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/Driver.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
2,172
31.432836
79
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/IOCounters.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
2,780
29.228261
102
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/NullFileSystem.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,254
25.900826
82
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/OrcBenchmark.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1,347
28.955556
75
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/RandomGenerator.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
16,416
30.270476
92
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/RecordCounters.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1,569
28.622642
75
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/SalesGenerator.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,916
42.077295
80
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/Utilities.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
4,463
37.482759
86
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/convert/BatchReader.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1,169
32.428571
75
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/convert/BatchWriter.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1,189
32.055556
75
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/convert/GenerateVariants.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
9,616
37.314741
93
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/convert/ScanVariants.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,877
36.288462
79
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/convert/avro/AvroReader.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
9,725
31.528428
88
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/convert/avro/AvroSchemaUtils.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
6,236
31.316062
89
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/convert/avro/AvroWriter.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
11,760
31.046322
91
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/convert/csv/CsvReader.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
5,793
32.491329
80
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/convert/json/JsonReader.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
9,980
34.902878
79
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/convert/json/JsonWriter.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,210
37.190698
93
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/convert/orc/OrcReader.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1,777
33.862745
75
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/convert/orc/OrcWriter.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1,904
33.636364
75
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/convert/parquet/ParquetReader.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
2,464
34.724638
75
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/convert/parquet/ParquetWriter.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,275
36.227273
81
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/filter/FilterBench.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
10,453
35.939929
99
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/filter/FilterBenchUtil.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
5,265
35.825175
93
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/impl/ChunkReadBench.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
4,150
33.02459
96
java
null
orc-main/java/bench/core/src/java/org/apache/orc/bench/core/impl/ChunkReadUtil.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
5,548
36.241611
95
java
null
orc-main/java/bench/core/src/java/org/apache/orc/impl/filter/RowFilter.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
2,768
27.546392
87
java
null
orc-main/java/bench/core/src/java/org/apache/orc/impl/filter/RowFilterFactory.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
5,128
38.453846
98
java
null
orc-main/java/bench/core/src/test/org/apache/orc/bench/core/filter/TestFilter.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
4,868
37.338583
95
java
null
orc-main/java/bench/core/src/test/org/apache/orc/bench/core/impl/ChunkReadUtilTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,418
36.988889
100
java
null
orc-main/java/bench/core/src/test/org/apache/orc/impl/filter/ATestFilter.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,945
35.201835
84
java
null
orc-main/java/bench/core/src/test/org/apache/orc/impl/filter/TestRowFilter.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
6,441
36.672515
86
java
null
orc-main/java/bench/hive/src/java/org/apache/hadoop/hive/ql/io/orc/OrcBenchmarkUtilities.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
2,116
37.490909
85
java
null
orc-main/java/bench/hive/src/java/org/apache/orc/bench/hive/ColumnProjectionBenchmark.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
5,842
37.953333
84
java
null
orc-main/java/bench/hive/src/java/org/apache/orc/bench/hive/DecimalBench.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,527
32.574803
88
java
null
orc-main/java/bench/hive/src/java/org/apache/orc/bench/hive/FullReadBenchmark.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
7,077
37.89011
84
java
null
orc-main/java/bench/hive/src/java/org/apache/orc/bench/hive/ORCWriterBenchMark.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
5,451
33.075
106
java
null
orc-main/java/bench/hive/src/java/org/apache/orc/bench/hive/RowFilterProjectionBenchmark.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,041
34.901786
97
java
null
orc-main/java/bench/hive/src/java/org/apache/orc/bench/hive/rowfilter/BooleanRowFilterBenchmark.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,361
32.287129
119
java
null
orc-main/java/bench/hive/src/java/org/apache/orc/bench/hive/rowfilter/DecimalRowFilterBenchmark.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,427
32.607843
119
java
null
orc-main/java/bench/hive/src/java/org/apache/orc/bench/hive/rowfilter/DoubleRowFilterBenchmark.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,406
32.401961
118
java
null
orc-main/java/bench/hive/src/java/org/apache/orc/bench/hive/rowfilter/RowFilterInputState.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
4,577
37.470588
98
java
null
orc-main/java/bench/hive/src/java/org/apache/orc/bench/hive/rowfilter/StringRowFilterBenchmark.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,357
32.247525
118
java
null
orc-main/java/bench/hive/src/java/org/apache/orc/bench/hive/rowfilter/TimestampRowFilterBenchmark.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,539
32.714286
88
java
null
orc-main/java/bench/spark/src/java/org/apache/orc/bench/spark/SparkBenchmark.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
12,244
38.627832
91
java
null
orc-main/java/bench/spark/src/java/org/apache/orc/bench/spark/SparkSchema.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,471
35.166667
84
java
null
orc-main/java/core/src/java/org/apache/orc/BinaryColumnStatistics.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
959
35.923077
75
java
null
orc-main/java/core/src/java/org/apache/orc/BooleanColumnStatistics.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
992
34.464286
75
java
null
orc-main/java/core/src/java/org/apache/orc/CollectionColumnStatistics.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1,383
31.952381
75
java
null
orc-main/java/core/src/java/org/apache/orc/ColumnStatistics.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1,412
31.860465
76
java
null
orc-main/java/core/src/java/org/apache/orc/CompressionCodec.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
2,807
25.242991
75
java
null
orc-main/java/core/src/java/org/apache/orc/CompressionKind.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1,010
35.107143
75
java
null
orc-main/java/core/src/java/org/apache/orc/DataMask.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
4,450
30.567376
78
java
null
orc-main/java/core/src/java/org/apache/orc/DataMaskDescription.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1,272
27.931818
75
java
null
orc-main/java/core/src/java/org/apache/orc/DataReader.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
2,786
34.278481
95
java
null
orc-main/java/core/src/java/org/apache/orc/DateColumnStatistics.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1,883
27.545455
75
java
null
orc-main/java/core/src/java/org/apache/orc/DecimalColumnStatistics.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1,335
28.043478
75
java
null
orc-main/java/core/src/java/org/apache/orc/DoubleColumnStatistics.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1,362
29.288889
76
java
null
orc-main/java/core/src/java/org/apache/orc/EncryptionKey.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1,588
27.375
75
java
null
orc-main/java/core/src/java/org/apache/orc/EncryptionVariant.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
2,176
31.014706
79
java
null
orc-main/java/core/src/java/org/apache/orc/FileFormatException.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1,055
33.064516
75
java
null
orc-main/java/core/src/java/org/apache/orc/FileMetadata.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1,791
27
91
java
null
orc-main/java/core/src/java/org/apache/orc/InMemoryKeystore.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
11,056
32.10479
98
java
null
orc-main/java/core/src/java/org/apache/orc/IntegerColumnStatistics.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1,590
30.196078
78
java
null
orc-main/java/core/src/java/org/apache/orc/MemoryManager.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,069
35.547619
79
java
null
orc-main/java/core/src/java/org/apache/orc/OrcConf.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
19,250
47.736709
113
java
null
orc-main/java/core/src/java/org/apache/orc/OrcFile.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
42,484
30.919609
100
java
null
orc-main/java/core/src/java/org/apache/orc/OrcFilterContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
4,061
43.152174
99
java
null
orc-main/java/core/src/java/org/apache/orc/OrcUtils.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
15,362
32.397826
101
java
null
orc-main/java/core/src/java/org/apache/orc/PhysicalWriter.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
4,893
30.986928
86
java
null
orc-main/java/core/src/java/org/apache/orc/Reader.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
21,327
25.593516
93
java
null
orc-main/java/core/src/java/org/apache/orc/RecordReader.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
2,285
30.315068
75
java
null
orc-main/java/core/src/java/org/apache/orc/StringColumnStatistics.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1,602
26.637931
75
java
null
orc-main/java/core/src/java/org/apache/orc/StripeInformation.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
2,601
28.908046
79
java
null
orc-main/java/core/src/java/org/apache/orc/StripeStatistics.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
2,417
32.583333
84
java
null
orc-main/java/core/src/java/org/apache/orc/TimestampColumnStatistics.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1,446
27.372549
75
java
null
orc-main/java/core/src/java/org/apache/orc/TypeDescription.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
27,975
28.793397
91
java
null
orc-main/java/core/src/java/org/apache/orc/TypeDescriptionPrettyPrint.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,632
26.315789
75
java
null
orc-main/java/core/src/java/org/apache/orc/UnknownFormatException.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1,818
30.912281
80
java
null
orc-main/java/core/src/java/org/apache/orc/Writer.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
6,158
33.994318
99
java
null
orc-main/java/core/src/java/org/apache/orc/filter/BatchFilter.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1,375
34.282051
97
java
null
orc-main/java/core/src/java/org/apache/orc/filter/PluginFilterService.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1,749
41.682927
100
java
null
orc-main/java/core/src/java/org/apache/orc/impl/AcidStats.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1,818
28.819672
75
java
null
orc-main/java/core/src/java/org/apache/orc/impl/AircompressorCodec.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
4,408
27.816993
82
java
null
orc-main/java/core/src/java/org/apache/orc/impl/BitFieldReader.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
4,794
31.842466
92
java
null
orc-main/java/core/src/java/org/apache/orc/impl/BitFieldWriter.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
2,326
28.455696
75
java