public class ViewDef extends Object
Constructor and Description |
---|
ViewDef(DataTableDef view_def,
QueryPlanNode query_node)
Constructs the ViewDef object.
|
Modifier and Type | Method and Description |
---|---|
DataTableDef |
getDataTableDef()
Returns the DataTableDef for this view.
|
QueryPlanNode |
getQueryPlanNode()
Returns the QueryPlanNode for this view.
|
public ViewDef(DataTableDef view_def, QueryPlanNode query_node)
public DataTableDef getDataTableDef()
public QueryPlanNode getQueryPlanNode()
Copyright © 2015. All rights reserved.