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

Method setMinTimestamp

core/src/main/java/io/questdb/cairo/TxWriter.java:428–434  ·  view source on GitHub ↗
(long timestamp)

Source from the content-addressed store, hash-verified

426 }
427
428 public void setMinTimestamp(long timestamp) {
429 recordStructureVersion++;
430 minTimestamp = timestamp;
431 if (prevMinTimestamp == Long.MAX_VALUE) {
432 prevMinTimestamp = minTimestamp;
433 }
434 }
435
436 public void setPartitionParquetFormat(long timestamp, long fileLength) {
437 setPartitionParquetFormat(timestamp, fileLength, true);

Callers 5

detachPartitionMethod · 0.80
forceRemovePartitionsMethod · 0.80
newRowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected