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

Method putSymUtf8

core/src/main/java/io/questdb/cairo/TableWriter.java:14353–14353  ·  view source on GitHub ↗

Writes UTF8-encoded symbol to WAL. Supported for WAL tables only.

(int columnIndex, DirectUtf8Sequence value)

Source from the content-addressed store, hash-verified

14351 * Writes UTF8-encoded symbol to WAL. Supported for WAL tables only.
14352 */
14353 void putSymUtf8(int columnIndex, DirectUtf8Sequence value);
14354
14355 void putTimestamp(int columnIndex, long value);
14356

Callers 2

putUtf8Method · 0.65
appendToWal0Method · 0.65

Implementers 5

NoOpRowcore/src/main/java/io/questdb/cairo/Ta
RowImplcore/src/main/java/io/questdb/cairo/Ta
RowAssertercore/src/test/java/io/questdb/test/gri
RowImplcore/src/main/java/io/questdb/cairo/wa
MockRowbenchmarks/src/main/java/org/questdb/R

Calls

no outgoing calls

Tested by 1

putUtf8Method · 0.52