MCPcopy
hub / github.com/questdb/questdb / put

Method put

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

For impls that care about the distinction between ASCII and non-ASCII: Appends a non-ASCII byte, dropping the `isAscii()` status. If you call it with an ASCII byte, you may get an assertion failure. In that case, choose one of the following alternatives: - to append a known-ASCII byte, call {@l

(byte b)

Source from the content-addressed store, hash-verified

145 * @return this sink for daisy-chaining
146 */
147 Utf8Sink put(byte b);
148
149 /**
150 * Encodes the given char sequence to UTF-8 and appends it to this sink.

Callers 15

putMethod · 0.95
putMethod · 0.95
putMethod · 0.95
putMethod · 0.95
putMethod · 0.95
putMethod · 0.95
toStringMethod · 0.65
toSinkMethod · 0.65
toSinkMethod · 0.65
renameMethod · 0.65
toSinkMethod · 0.65
putByteMethod · 0.65

Implementers 14

ResponseSinkcore/src/main/java/io/questdb/cutlass/
ChunkUtf8Sinkcore/src/main/java/io/questdb/cutlass/
HttpResponseHeaderImplcore/src/main/java/io/questdb/cutlass/
ResponseSinkImplcore/src/main/java/io/questdb/cutlass/
Requestcore/src/main/java/io/questdb/cutlass/
LogRecordUtf8Sinkcore/src/main/java/io/questdb/log/LogR
BinarySequenceUtf8Sinkcore/src/main/java/io/questdb/griffin/
GroupByUtf8Sinkcore/src/main/java/io/questdb/griffin/
Utf8Appendercore/src/main/java/io/questdb/std/Byte
Digestcore/src/main/java/io/questdb/std/str/
Pathcore/src/main/java/io/questdb/std/str/
DirectUtf8StringListcore/src/main/java/io/questdb/std/str/

Calls

no outgoing calls

Tested by

no test coverage detected