MCPcopy Index your code
hub / github.com/questdb/questdb / size

Method size

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

Number of bytes in the string. This is NOT the number of 16-bit chars or code points in the string. This is named `size` instead of `length` to avoid collision withs the `CharSequence` interface.

()

Source from the content-addressed store, hash-verified

122 * This is named `size` instead of `length` to avoid collision withs the `CharSequence` interface.
123 */
124 int size();
125
126 /**
127 * Number of bytes contiguously addressable bytes at the end of the sequence.

Callers 15

assertVariableColumnsMethod · 0.95
assertVariableColumnsMethod · 0.95
readAsCharMethod · 0.95
assertSameMethod · 0.95
assertSameMethod · 0.95
assertCursorMethod · 0.95
readAllTypesMsgMethod · 0.95
readMsgA1Method · 0.95

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 12

assertVariableColumnsMethod · 0.76
assertVariableColumnsMethod · 0.76
readAsCharMethod · 0.76
assertSameMethod · 0.76
assertSameMethod · 0.76
assertCursorMethod · 0.76
readAllTypesMsgMethod · 0.76
readMsgA1Method · 0.76