Package io.substrait.relation.files
Interface FileOrFiles
- All Known Implementing Classes:
ImmutableFileOrFiles
@Immutable
public interface FileOrFiles
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ImmutableFileOrFiles.Builderbuilder()longlonggetPath()longgetStart()pathType()default ReadRel.LocalFiles.FileOrFilestoProto()
-
Method Details
-
pathType
Optional<FileOrFiles.PathType> pathType() -
getPath
-
getPartitionIndex
long getPartitionIndex() -
getStart
long getStart() -
getLength
long getLength() -
getFileFormat
Optional<FileFormat> getFileFormat() -
builder
-
toProto
-