Package io.trino.filesystem.gcs
Class GcsInputFile
java.lang.Object
io.trino.filesystem.gcs.GcsInputFile
- All Implemented Interfaces:
TrinoInputFile
-
Constructor Summary
ConstructorsConstructorDescriptionGcsInputFile(io.trino.filesystem.gcs.GcsLocation location, com.google.cloud.storage.Storage storage, int readBockSize, OptionalLong predeclaredLength) -
Method Summary
-
Constructor Details
-
GcsInputFile
public GcsInputFile(io.trino.filesystem.gcs.GcsLocation location, com.google.cloud.storage.Storage storage, int readBockSize, OptionalLong predeclaredLength)
-
-
Method Details
-
newInput
- Specified by:
newInputin interfaceTrinoInputFile- Throws:
IOException
-
newStream
- Specified by:
newStreamin interfaceTrinoInputFile- Throws:
IOException
-
length
- Specified by:
lengthin interfaceTrinoInputFile- Throws:
IOException
-
lastModified
- Specified by:
lastModifiedin interfaceTrinoInputFile- Throws:
IOException
-
exists
- Specified by:
existsin interfaceTrinoInputFile- Throws:
IOException
-
location
- Specified by:
locationin interfaceTrinoInputFile
-