Uses of Interface
io.trino.filesystem.TrinoInputFile
Packages that use TrinoInputFile
-
Uses of TrinoInputFile in io.trino.filesystem
Methods in io.trino.filesystem that return TrinoInputFileModifier and TypeMethodDescriptionTrinoFileSystem.newInputFile(Location location) Creates a TrinoInputFile which can be used to read the file data.TrinoFileSystem.newInputFile(Location location, long length) Creates a TrinoInputFile with a predeclared length which can be used to read the file data. -
Uses of TrinoInputFile in io.trino.filesystem.local
Classes in io.trino.filesystem.local that implement TrinoInputFileMethods in io.trino.filesystem.local that return TrinoInputFileModifier and TypeMethodDescriptionLocalFileSystem.newInputFile(Location location) LocalFileSystem.newInputFile(Location location, long length) -
Uses of TrinoInputFile in io.trino.filesystem.memory
Classes in io.trino.filesystem.memory that implement TrinoInputFileMethods in io.trino.filesystem.memory that return TrinoInputFileModifier and TypeMethodDescriptionMemoryFileSystem.newInputFile(Location location) MemoryFileSystem.newInputFile(Location location, long length)