MCPcopy
hub / github.com/questdb/questdb / ptr

Method ptr

core/src/main/java/io/questdb/std/str/Utf8Sequence.java:107–107  ·  view source on GitHub ↗

For off-heap sequences returns address of the first character. For on-heap sequences returns -1.

()

Source from the content-addressed store, hash-verified

105 * For on-heap sequences returns -1.
106 */
107 default long ptr() {
108 return -1;
109 }
110

Callers 15

encodeWithOptionsMethod · 0.95
getVarcharMethod · 0.95
testSeekMethod · 0.65
testEmptyMessageMethod · 0.65
setUpStaticMethod · 0.65
testMethod · 0.65
buildFileMethod · 0.65

Implementers 5

StableAwareUtf8StringHoldercore/src/main/java/io/questdb/griffin/
GroupByUtf8Sinkcore/src/main/java/io/questdb/griffin/
Utf8Stringcore/src/main/java/io/questdb/std/str/
Utf8StringViewcore/src/main/java/io/questdb/std/str/
FileNameExtractorUtf8Sequencecore/src/main/java/io/questdb/std/str/

Calls

no outgoing calls

Tested by 15

testSeekMethod · 0.52
testEmptyMessageMethod · 0.52
setUpStaticMethod · 0.52
testMethod · 0.52
buildFileMethod · 0.52
testBasicsMethod · 0.52