File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
fdb-record-layer-core/src/main/java/com/apple/foundationdb/record/query
fdb-record-layer-lucene/src/main/java/com/apple/foundationdb/record/lucene Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 22
22
23
23
import com .apple .foundationdb .annotation .API ;
24
24
import com .apple .foundationdb .record .Bindings ;
25
- import com .apple .foundationdb .record .ObjectPlanHash ;
26
25
import com .apple .foundationdb .record .RecordMetaData ;
27
26
import com .apple .foundationdb .record .metadata .RecordType ;
28
27
import com .apple .foundationdb .record .metadata .expressions .KeyExpression ;
53
52
@ API (API .Status .UNSTABLE )
54
53
public class RecordQuery {
55
54
public static final Collection <String > ALL_TYPES = Collections .emptyList ();
56
- private static final ObjectPlanHash BASE_HASH = new ObjectPlanHash ("Record-Query" );
57
55
58
56
@ Nonnull
59
57
private final Collection <String > recordTypes ;
Original file line number Diff line number Diff line change 22
22
23
23
import com .apple .foundationdb .annotation .API ;
24
24
import com .apple .foundationdb .record .EvaluationContext ;
25
- import com .apple .foundationdb .record .ObjectPlanHash ;
26
25
import com .apple .foundationdb .record .PlanHashable ;
27
26
import com .apple .foundationdb .record .RecordCoreException ;
28
27
import com .apple .foundationdb .record .provider .foundationdb .FDBRecord ;
50
49
*/
51
50
@ API (API .Status .EXPERIMENTAL )
52
51
public class LuceneQueryComponent implements QueryComponent , ComponentWithNoChildren {
53
- private static final ObjectPlanHash BASE_HASH = new ObjectPlanHash ("Lucene-Query" );
54
52
55
53
@ Nonnull
56
54
private final LuceneQueryType type ;
You can’t perform that action at this time.
0 commit comments