Class ReadRel.LocalFiles.FileOrFiles

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.substrait.proto.ReadRel.LocalFiles.FileOrFiles
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ReadRel.LocalFiles.FileOrFilesOrBuilder, Serializable
Enclosing class:
ReadRel.LocalFiles

public static final class ReadRel.LocalFiles.FileOrFiles extends com.google.protobuf.GeneratedMessageV3 implements ReadRel.LocalFiles.FileOrFilesOrBuilder
 Many files consist of indivisible chunks (e.g. parquet row groups
 or CSV rows).  If a slice partially selects an indivisible chunk
 then the consumer should employ some rule to decide which slice to
 include the chunk in (e.g. include it in the slice that contains
 the midpoint of the chunk)
 
Protobuf type substrait.ReadRel.LocalFiles.FileOrFiles
See Also: