Uses of Class
io.trino.plugin.memory.MemoryDataFragment
-
-
Uses of MemoryDataFragment in io.trino.plugin.memory
Methods in io.trino.plugin.memory that return MemoryDataFragment Modifier and Type Method Description static 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 MemoryDataFragment Modifier and Type Method Description List<MemoryDataFragment>MemoryMetadata. getDataFragments(long tableId)Map<HostAddress,MemoryDataFragment>TableInfo. getDataFragments()Methods in io.trino.plugin.memory with parameters of type MemoryDataFragment Modifier and Type Method Description static MemoryDataFragmentMemoryDataFragment. merge(MemoryDataFragment a, MemoryDataFragment b)Constructor parameters in io.trino.plugin.memory with type arguments of type MemoryDataFragment Constructor Description TableInfo(long id, String schemaName, String tableName, List<ColumnInfo> columns, Map<HostAddress,MemoryDataFragment> dataFragments)
-