Modifier and Type | Method | Description |
---|---|---|
void |
addChildSeq(int integer) |
|
void |
computeFDs(List<org.apache.hyracks.algebricks.core.algebra.base.LogicalVariable> scanVariables,
List<org.apache.hyracks.algebricks.core.algebra.properties.FunctionalDependency> fdList) |
|
static VXQueryCollectionDataSource |
create(int id,
String file,
Object type) |
|
List<Integer> |
getChildSeq() |
|
int |
getDataSourceId() |
|
String |
getId() |
|
int |
getPartitionCount() |
|
String[] |
getPartitions() |
|
org.apache.hyracks.algebricks.core.algebra.metadata.IDataSourcePropertiesProvider |
getPropertiesProvider() |
|
Object[] |
getSchemaTypes() |
|
String |
getTag() |
|
int |
getTotalDataSources() |
|
void |
setPartitions(String[] collectionPartitions) |
|
void |
setTag(String tag) |
|
void |
setTotalDataSources(int totalDataSources) |
|
String |
toString() |
public static VXQueryCollectionDataSource create(int id, String file, Object type)
public int getTotalDataSources()
public void setTotalDataSources(int totalDataSources)
public int getDataSourceId()
public String[] getPartitions()
public void setPartitions(String[] collectionPartitions)
public int getPartitionCount()
public String getTag()
public void setTag(String tag)
public String getId()
getId
in interface org.apache.hyracks.algebricks.core.algebra.metadata.IDataSource<String>
public Object[] getSchemaTypes()
getSchemaTypes
in interface org.apache.hyracks.algebricks.core.algebra.metadata.IDataSource<String>
public org.apache.hyracks.algebricks.core.algebra.metadata.IDataSourcePropertiesProvider getPropertiesProvider()
getPropertiesProvider
in interface org.apache.hyracks.algebricks.core.algebra.metadata.IDataSource<String>
public void computeFDs(List<org.apache.hyracks.algebricks.core.algebra.base.LogicalVariable> scanVariables, List<org.apache.hyracks.algebricks.core.algebra.properties.FunctionalDependency> fdList)
computeFDs
in interface org.apache.hyracks.algebricks.core.algebra.metadata.IDataSource<String>
public void addChildSeq(int integer)
Copyright © 2019 Apache Software Foundation. All rights reserved.