MCPcopy Create free account
hub / github.com/questdb/questdb / newRowO3

Method newRowO3

core/src/main/java/io/questdb/cairo/TableWriter.java:7714–7723  ·  view source on GitHub ↗
(long timestamp)

Source from the content-addressed store, hash-verified

7712 }
7713
7714 private Row newRowO3(long timestamp) {
7715 LOG.info().$("switched to o3 [table=").$(tableToken).I$();
7716 txWriter.beginPartitionSizeUpdate();
7717 o3OpenColumns();
7718 o3InError = false;
7719 o3MasterRef = masterRef;
7720 rowAction = ROW_ACTION_O3;
7721 o3TimestampSetter(timestamp);
7722 return row;
7723 }
7724
7725 private long nextPostingSealPurgePubSeq(Sequence pubSeq, int retryCount) {
7726 long cursor = pubSeq.next();

Callers 1

newRowMethod · 0.95

Calls 6

o3OpenColumnsMethod · 0.95
o3TimestampSetterMethod · 0.95
I$Method · 0.80
$Method · 0.65
infoMethod · 0.65

Tested by

no test coverage detected