You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kirill Kozlov (Jira)" <ji...@apache.org> on 2019/11/14 17:58:00 UTC

[jira] [Created] (BEAM-8664) [SQL] MongoDb should use project push-down

Kirill Kozlov created BEAM-8664:
-----------------------------------

             Summary: [SQL] MongoDb should use project push-down
                 Key: BEAM-8664
                 URL: https://issues.apache.org/jira/browse/BEAM-8664
             Project: Beam
          Issue Type: Improvement
          Components: dsl-sql
            Reporter: Kirill Kozlov
            Assignee: Kirill Kozlov


MongoDbTable should implement the following methods:
{code:java}
public PCollection<Row> buildIOReader(
    PBegin begin, BeamSqlTableFilter filters, List<String> fieldNames);

public ProjectSupport supportsProjects();
{code}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)