Github user ankitsinghal commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/153#discussion_r57591528
--- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/PTable.java
---
@@ -341,4 +345,13 @@ public static LinkType fromSerializedValue(byte
serializedValue) {
*/
int getRowTimestampColPos();
long getUpdateCacheFrequency();
+
+ boolean isNamespaceMapped();
+
+ /**
+ * For a view, return the name of table in Phoenix that physically
stores data.
+ *
+ * @return the name of the Phoenix table storing the data.
+ */
+ PName getPhoenixPhysicalName();
--- End diff --
getPhoenixPhysicalName():- This is needed only in case of views when we
want phoenix representation(X.Y) of data table.
getPhysicalName():- this is to get physical/hbase representation(X:Y) of
any data table/index.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---