pub(crate) fn build_batch_empty_build_side(
schema: &Schema,
build_batch: &RecordBatch,
probe_batch: &RecordBatch,
column_indices: &[ColumnIndex],
join_type: JoinType,
) -> Result<RecordBatch>Expand description
Returns a new [RecordBatch] resulting of a join where the build/left side is empty.
The resulting batch has [Schema] schema.