Class RowKey
java.lang.Object
ghidra.features.bsim.query.description.RowKey
- All Implemented Interfaces:
Comparable<RowKey>
- Direct Known Subclasses:
RowKeyElastic
,RowKeySQL
-
Constructor Details
-
RowKey
public RowKey()
-
-
Method Details
-
getLong
public abstract long getLong()- Returns:
- the (least significant) 64-bits of the row key
-