Skip to content

Add to_physical_stream for lance #5127

@Xuanwo

Description

@Xuanwo

This is fine. In a perfect world I think maybe we would have something like...

fn to_physical_stream(&self, stream: SendableRecordBatchStream) -> PhysicalRecordBatchStream;

This way the compiler could make sure that we aren't accidentally using the logical stream in places we should be using the physical stream (or vice-versa).

However, we can think about this as a todo for now.

Originally posted by @westonpace in #5096 (review)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions