-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Labels
Description
fields are never queried, why?
import org.apache.calcite.rel.hint.RelHint;
import org.apache.calcite.schema.Table;
import org.apache.wayang.api.sql.calcite.convention.WayangConvention;
import java.util.List;
public class WayangTableScan extends TableScan implements WayangRel {
//TODO: fields are never queried, why?
private final int[] fields;
public WayangTableScan(RelOptCluster cluster,90ce836ef2aa36c822e4f7f1f1de6f543ddb4e50