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

Method newRow

core/src/main/java/io/questdb/cairo/TableWriter.java:2546–2549  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2544 }
2545
2546 @Override
2547 public Row newRow() {
2548 return newRow(0L);
2549 }
2550
2551 @Override
2552 public Row newRow(long timestamp) {

Callers 3

testTruncateMethod · 0.95
warmUpMethod · 0.95

Calls 14

nonCriticalMethod · 0.95
bumpMasterRefMethod · 0.95
updateMaxTimestampMethod · 0.95
o3TimestampSetterMethod · 0.95
initLastPartitionMethod · 0.95
newRowO3Method · 0.95
isPartitionedMethod · 0.95
switchPartitionMethod · 0.95
setMinTimestampMethod · 0.80
validateBoundsMethod · 0.65
putMethod · 0.65

Tested by 2

testTruncateMethod · 0.76