org.apache.hyracks.algebricks.core.algebra.metadata.IDataSink
public class QueryResultSetDataSink extends Object implements org.apache.hyracks.algebricks.core.algebra.metadata.IDataSink
Constructor | Description |
---|---|
QueryResultSetDataSink(org.apache.hyracks.api.dataset.ResultSetId id,
Object[] schemaTypes) |
Modifier and Type | Method | Description |
---|---|---|
org.apache.hyracks.api.dataset.ResultSetId |
getId() |
|
org.apache.hyracks.algebricks.core.algebra.properties.IPartitioningProperty |
getPartitioningProperty() |
|
Object[] |
getSchemaTypes() |
public QueryResultSetDataSink(org.apache.hyracks.api.dataset.ResultSetId id, Object[] schemaTypes)
public org.apache.hyracks.api.dataset.ResultSetId getId()
getId
in interface org.apache.hyracks.algebricks.core.algebra.metadata.IDataSink
public Object[] getSchemaTypes()
getSchemaTypes
in interface org.apache.hyracks.algebricks.core.algebra.metadata.IDataSink
public org.apache.hyracks.algebricks.core.algebra.properties.IPartitioningProperty getPartitioningProperty()
getPartitioningProperty
in interface org.apache.hyracks.algebricks.core.algebra.metadata.IDataSink
Copyright © 2019 Apache Software Foundation. All rights reserved.