Class ShardStats
java.lang.Object
io.trino.plugin.raptor.legacy.storage.ShardStats
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intMaximum length of a binary value stored in an index. -
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<ColumnStats>computeColumnStats(OrcReader orcReader, long columnId, Type type, TypeManager typeManager) static io.airlift.slice.SlicetruncateIndexValue(io.airlift.slice.Slice slice)
-
Field Details
-
MAX_BINARY_INDEX_SIZE
public static final int MAX_BINARY_INDEX_SIZEMaximum length of a binary value stored in an index.- See Also:
-
-
Method Details
-
truncateIndexValue
public static io.airlift.slice.Slice truncateIndexValue(io.airlift.slice.Slice slice) -
computeColumnStats
public static Optional<ColumnStats> computeColumnStats(OrcReader orcReader, long columnId, Type type, TypeManager typeManager) throws IOException - Throws:
IOException
-