Uses of Class
org.apache.druid.frame.FrameType
-
Packages that use FrameType Package Description org.apache.druid.frame org.apache.druid.frame.write org.apache.druid.frame.write.columnar -
-
Uses of FrameType in org.apache.druid.frame
Methods in org.apache.druid.frame that return FrameType Modifier and Type Method Description static FrameTypeFrameType. forVersion(byte versionByte)Returns the frame type for a particular version byte, or null if the version byte is unrecognized.FrameTypeFrame. type()static FrameTypeFrameType. valueOf(String name)Returns the enum constant of this type with the specified name.static FrameType[]FrameType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FrameType in org.apache.druid.frame.write
Methods in org.apache.druid.frame.write that return FrameType Modifier and Type Method Description FrameTypeFrameWriterFactory. frameType()FrameTypeRowBasedFrameWriterFactory. frameType()Methods in org.apache.druid.frame.write with parameters of type FrameType Modifier and Type Method Description static FrameWriterFactoryFrameWriters. makeFrameWriterFactory(FrameType frameType, MemoryAllocatorFactory allocatorFactory, RowSignature signature, List<KeyColumn> sortColumns)Creates aFrameWriterFactory.static longFrameWriterUtils. writeFrameHeader(org.apache.datasketches.memory.WritableMemory memory, long startPosition, FrameType frameType, long totalSize, int numRows, int numRegions, boolean permuted)Writes a frame header to a memory locations. -
Uses of FrameType in org.apache.druid.frame.write.columnar
Methods in org.apache.druid.frame.write.columnar that return FrameType Modifier and Type Method Description FrameTypeColumnarFrameWriterFactory. frameType()
-