Uses of Class
io.trino.plugin.memory.MemoryDataFragment
-
Uses of MemoryDataFragment in io.trino.plugin.memory
Methods in io.trino.plugin.memory that return MemoryDataFragmentModifier and TypeMethodDescriptionstatic MemoryDataFragmentMemoryDataFragment.fromSlice(io.airlift.slice.Slice fragment) static MemoryDataFragmentMemoryDataFragment.merge(MemoryDataFragment a, MemoryDataFragment b) Methods in io.trino.plugin.memory that return types with arguments of type MemoryDataFragmentModifier and TypeMethodDescriptionMemoryMetadata.getDataFragments(long tableId) TableInfo.getDataFragments()Methods in io.trino.plugin.memory with parameters of type MemoryDataFragmentModifier and TypeMethodDescriptionstatic MemoryDataFragmentMemoryDataFragment.merge(MemoryDataFragment a, MemoryDataFragment b) Constructor parameters in io.trino.plugin.memory with type arguments of type MemoryDataFragmentModifierConstructorDescriptionTableInfo(long id, String schemaName, String tableName, List<ColumnInfo> columns, Map<HostAddress, MemoryDataFragment> dataFragments, Optional<String> comment)