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
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/attribute/support/MultiValueFunction.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
1,258
33.027027
90
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/codegen/AttributeNameProducers.java
/** * Copyright 2012-2019 Niall Gallagher * * 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 a...
2,512
39.532258
132
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/codegen/MemberFilters.java
package com.googlecode.cqengine.codegen; import java.lang.reflect.Field; import java.lang.reflect.Member; import java.lang.reflect.Method; /** * Provides some general purpose {@link MemberFilter}s which can be used with {@link AttributeSourceGenerator} or * {@link AttributeBytecodeGenerator}. */ public class Membe...
1,705
28.413793
114
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/codegen/MemberFilter.java
package com.googlecode.cqengine.codegen; import java.lang.reflect.Member; /** * A filter which determines the subset of the members of a class (fields and methods) for which * attributes should be generated. * <p/> * This can be supplied to {@link AttributeSourceGenerator} or {@link AttributeBytecodeGenerator}. ...
418
23.647059
98
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/codegen/AttributeBytecodeGenerator.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
45,177
63.173295
289
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/codegen/AttributeSourceGenerator.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
25,093
61.113861
283
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/codegen/support/GeneratedAttributeSupport.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
4,273
41.74
119
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/quantizer/BigDecimalQuantizer.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
3,253
35.561798
124
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/quantizer/Quantizer.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
3,549
51.205882
120
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/quantizer/IntegerQuantizer.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
2,513
33.438356
117
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/quantizer/DoubleQuantizer.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
3,015
35.780488
124
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/quantizer/FloatQuantizer.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
3,006
35.228916
124
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/quantizer/BigIntegerQuantizer.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
2,654
33.934211
117
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/quantizer/LongQuantizer.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
2,493
33.164384
117
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/engine/QueryEngineInternal.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
1,054
31.96875
89
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/engine/ModificationListener.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
2,539
37.484848
120
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/engine/QueryEngine.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
2,724
39.073529
117
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/engine/CollectionQueryEngine.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
79,216
51.288449
301
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/persistence/Persistence.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
3,534
42.641975
120
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/persistence/composite/CompositePersistence.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
10,526
46.206278
214
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/persistence/wrapping/WrappingPersistence.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
5,996
42.456522
172
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/persistence/disk/DiskPersistence.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
16,979
43.450262
188
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/persistence/support/CollectionWrappingObjectStore.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
4,021
29.014925
108
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/persistence/support/ObjectStoreAsSet.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
2,662
27.031579
108
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/persistence/support/ObjectStoreResultSet.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
2,301
25.159091
123
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/persistence/support/ConcurrentOnHeapObjectStore.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
1,318
34.648649
123
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/persistence/support/ObjectSet.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
5,084
29.63253
119
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/persistence/support/ObjectStore.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
1,862
34.150943
115
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/persistence/support/PersistenceFlags.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
848
32.96
90
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/persistence/support/FilteredObjectStore.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
5,002
29.882716
118
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/persistence/support/sqlite/SQLiteObjectStore.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
5,606
33.398773
109
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/persistence/support/sqlite/SQLiteDiskIdentityIndex.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
2,166
39.886792
139
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/persistence/support/sqlite/LockReleasingConnection.java
/** * Copyright 2012-2019 Niall Gallagher * * 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 a...
2,125
36.298246
110
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/persistence/support/sqlite/SQLiteOffHeapIdentityIndex.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
2,195
40.433962
142
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/persistence/support/serialization/PersistenceConfig.java
package com.googlecode.cqengine.persistence.support.serialization; import java.lang.annotation.*; /** * An annotation which can be added to POJO classes to customize persistence behavior. * * @author npgall */ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) public @interface PersistenceConfig { ...
2,015
33.758621
99
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/persistence/support/serialization/KryoSerializer.java
package com.googlecode.cqengine.persistence.support.serialization; import com.esotericsoftware.kryo.Kryo; import com.esotericsoftware.kryo.io.Input; import com.esotericsoftware.kryo.io.Output; import com.esotericsoftware.kryo.util.DefaultInstantiatorStrategy; import de.javakaffee.kryoserializers.ArraysAsListSerializer...
8,484
44.132979
174
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/persistence/support/serialization/PojoSerializer.java
package com.googlecode.cqengine.persistence.support.serialization; /** * Interface implemented by serializers. * The serializer for a particular object can be configured via the {@link PersistenceConfig} annotation. * <p> * Implementations of this interface are expected to provide a constructor which takes two...
535
27.210526
105
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/persistence/onheap/OnHeapPersistence.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
4,399
36.606838
134
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/persistence/offheap/OffHeapPersistence.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
13,770
42.856688
174
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/Query.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
1,559
37.04878
116
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/QueryFactory.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
72,354
50.793128
213
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/ComparativeQuery.java
package com.googlecode.cqengine.query; import com.googlecode.cqengine.attribute.Attribute; import com.googlecode.cqengine.persistence.support.ObjectSet; import com.googlecode.cqengine.query.comparative.LongestPrefix; import com.googlecode.cqengine.query.option.QueryOptions; /** * A special type of query which can on...
2,773
50.37037
120
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/option/EngineThresholds.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
2,758
44.983333
119
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/option/QueryLog.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
1,650
28.482143
116
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/option/FlagsDisabled.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
2,275
30.178082
88
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/option/QueryOptions.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
2,305
25.813953
119
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/option/DeduplicationStrategy.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
789
29.384615
75
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/option/ArgumentValidationStrategy.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
953
33.071429
103
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/option/IsolationLevel.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
758
29.36
75
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/option/FlagsEnabled.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
2,259
29.958904
87
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/option/IsolationOption.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
1,743
33.88
117
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/option/Threshold.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
1,718
27.180328
112
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/option/ArgumentValidationOption.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
1,827
34.153846
120
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/option/OrderByOption.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
2,251
29.026667
116
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/option/AttributeOrder.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
3,759
39
152
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/option/DeduplicationOption.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
2,873
33.626506
115
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/option/Thresholds.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
2,149
28.452055
106
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/option/EngineFlags.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
4,603
55.146341
120
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/comparative/LongestPrefix.java
package com.googlecode.cqengine.query.comparative; import com.googlecode.cqengine.attribute.Attribute; import com.googlecode.cqengine.attribute.SimpleAttribute; import com.googlecode.cqengine.persistence.support.ObjectSet; import com.googlecode.cqengine.query.option.QueryOptions; import java.util.ArrayList; import ja...
4,340
34.008065
147
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/comparative/Max.java
package com.googlecode.cqengine.query.comparative; import com.googlecode.cqengine.attribute.Attribute; import com.googlecode.cqengine.attribute.SimpleAttribute; import com.googlecode.cqengine.persistence.support.ObjectSet; import com.googlecode.cqengine.query.option.QueryOptions; import java.util.HashSet; import java...
3,684
36.602041
147
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/comparative/SimpleComparativeQuery.java
package com.googlecode.cqengine.query.comparative; import com.googlecode.cqengine.attribute.Attribute; import com.googlecode.cqengine.attribute.SimpleAttribute; import com.googlecode.cqengine.persistence.support.ObjectSet; import com.googlecode.cqengine.query.ComparativeQuery; import com.googlecode.cqengine.query.opti...
3,750
36.51
155
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/comparative/Min.java
package com.googlecode.cqengine.query.comparative; import com.googlecode.cqengine.attribute.Attribute; import com.googlecode.cqengine.attribute.SimpleAttribute; import com.googlecode.cqengine.persistence.support.ObjectSet; import com.googlecode.cqengine.query.option.QueryOptions; import java.util.HashSet; import java...
3,679
36.938144
147
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/simple/LessThan.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
3,595
30
116
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/simple/StringEndsWith.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
3,390
31.605769
116
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/simple/StringIsContainedIn.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
3,104
32.387097
116
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/simple/FilterQuery.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
3,577
55.793651
120
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/simple/SimpleQuery.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
4,334
34.532787
124
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/simple/Equal.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
2,492
28.678571
116
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/simple/StringIsPrefixOf.java
package com.googlecode.cqengine.query.simple; import static com.googlecode.cqengine.query.support.QueryValidation.checkQueryValueNotNull; import com.googlecode.cqengine.attribute.Attribute; import com.googlecode.cqengine.attribute.SimpleAttribute; import com.googlecode.cqengine.query.option.QueryOptions; public clas...
2,032
29.343284
116
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/simple/All.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
2,145
30.558824
116
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/simple/In.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
2,820
29.663043
116
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/simple/ExistsIn.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
6,586
42.913333
163
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/simple/GreaterThan.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
3,599
30.304348
116
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/simple/StringContains.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
3,782
32.776786
116
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/simple/Between.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
5,728
33.721212
123
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/simple/StringMatchesRegex.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
3,444
36.043011
116
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/simple/StringStartsWith.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
3,373
31.757282
116
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/simple/None.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
2,155
30.705882
116
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/simple/Has.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
2,045
28.228571
116
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/support/QueryValidation.java
/** * Copyright 2012-2019 Niall Gallagher * * 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 a...
1,351
36.555556
269
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/logical/Or.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
4,280
32.445313
143
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/logical/And.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
3,076
31.389474
144
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/logical/LogicalQuery.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
6,256
38.853503
137
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/logical/Not.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
2,308
27.8625
115
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/parser/cqn/CQNParser.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
3,951
38.128713
129
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/parser/cqn/support/FallbackValueParser.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
1,629
33.680851
152
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/parser/cqn/support/CQNAntlrListener.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
13,071
46.191336
147
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/parser/cqn/support/StringParser.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
1,270
32.447368
101
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/parser/cqn/support/DateMathParser.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
2,847
30.296703
108
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/parser/cqn/support/ApacheSolrDataMathParser.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
12,372
35.498525
171
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/parser/common/InvalidQueryException.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
938
29.290323
75
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/parser/common/ParseResult.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
1,954
31.04918
117
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/parser/common/QueryParser.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
7,361
41.554913
221
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/parser/common/ValueParser.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
1,133
32.352941
124
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/parser/common/ParserUtils.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
2,849
42.181818
218
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/parser/common/valuetypes/LongParser.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
963
31.133333
76
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/parser/common/valuetypes/ByteParser.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
963
31.133333
76
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/parser/common/valuetypes/ShortParser.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
968
31.3
78
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/parser/common/valuetypes/IntegerParser.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
978
31.633333
82
java
cqengine
cqengine-master/code/src/main/java/com/googlecode/cqengine/query/parser/common/valuetypes/BigIntegerParser.java
/** * Copyright 2012-2015 Niall Gallagher * * 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 a...
1,019
30.875
88
java