Uses of Enum Class
io.trino.orc.metadata.OrcType.OrcTypeKind
Packages that use OrcType.OrcTypeKind
-
Uses of OrcType.OrcTypeKind in io.trino.orc.checkpoint
Methods in io.trino.orc.checkpoint with parameters of type OrcType.OrcTypeKindModifier and TypeMethodDescriptionstatic StreamCheckpointCheckpoints.getDictionaryStreamCheckpoint(StreamId streamId, OrcType.OrcTypeKind columnType, ColumnEncoding.ColumnEncodingKind columnEncoding) -
Uses of OrcType.OrcTypeKind in io.trino.orc.metadata
Subclasses with type arguments of type OrcType.OrcTypeKind in io.trino.orc.metadataMethods in io.trino.orc.metadata that return OrcType.OrcTypeKindModifier and TypeMethodDescriptionOrcType.getOrcTypeKind()static OrcType.OrcTypeKindReturns the enum constant of this class with the specified name.static OrcType.OrcTypeKind[]OrcType.OrcTypeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.orc.metadata with parameters of type OrcType.OrcTypeKind -
Uses of OrcType.OrcTypeKind in io.trino.orc.stream
Methods in io.trino.orc.stream with parameters of type OrcType.OrcTypeKindModifier and TypeMethodDescriptionstatic ValueInputStream<?> ValueStreams.createValueStreams(StreamId streamId, OrcChunkLoader chunkLoader, OrcType.OrcTypeKind type, ColumnEncoding.ColumnEncodingKind encoding)