Github user chrajeshbabu commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/1#discussion_r14850795
  
    --- Diff: 
phoenix-core/src/main/java/org/apache/phoenix/schema/LocalIndexDataColumnRef.java
 ---
    @@ -0,0 +1,49 @@
    +package org.apache.phoenix.schema;
    +
    +import java.sql.SQLException;
    +import java.util.Set;
    +
    +import org.apache.hadoop.hbase.util.Bytes;
    +import org.apache.phoenix.compile.FromCompiler;
    +import org.apache.phoenix.compile.StatementContext;
    +import org.apache.phoenix.expression.ColumnExpression;
    +import org.apache.phoenix.expression.ProjectedColumnExpression;
    +import org.apache.phoenix.parse.ParseNodeFactory;
    +import org.apache.phoenix.parse.TableName;
    +import org.apache.phoenix.query.QueryConstants;
    +import org.apache.phoenix.util.IndexUtil;
    +import org.apache.phoenix.util.SchemaUtil;
    +
    +public class LocalIndexDataColumnRef extends ColumnRef {
    +    final private int position;
    +    final private Set<PColumn> columns;
    +    private static final ParseNodeFactory FACTORY = new ParseNodeFactory();
    +
    +    // TODO: Need a good way to clone this - maybe implement Cloneable 
instead
    --- End diff --
    
    done.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to