Class TableStatsRow
java.lang.Object
io.trino.plugin.raptor.legacy.metadata.TableStatsRow
-
Constructor Summary
ConstructorsConstructorDescriptionTableStatsRow(String schemaName, String tableName, long createTime, long updateTime, long tableVersion, long shardCount, long rowCount, long compressedSize, long uncompressedSize) -
Method Summary
Modifier and TypeMethodDescriptionlonglonglonglonglonglonglong
-
Constructor Details
-
TableStatsRow
-
-
Method Details
-
getSchemaName
-
getTableName
-
getCreateTime
public long getCreateTime() -
getUpdateTime
public long getUpdateTime() -
getTableVersion
public long getTableVersion() -
getShardCount
public long getShardCount() -
getRowCount
public long getRowCount() -
getCompressedSize
public long getCompressedSize() -
getUncompressedSize
public long getUncompressedSize()
-