public class TsFileExecutor extends Object implements QueryExecutor
| Constructor and Description |
|---|
TsFileExecutor(IMetadataQuerier metadataQuerier,
IChunkLoader chunkLoader) |
| Modifier and Type | Method and Description |
|---|---|
QueryDataSet |
execute(QueryExpression queryExpression) |
QueryDataSet |
execute(QueryExpression queryExpression,
long spacePartitionStartPos,
long spacePartitionEndPos)
Query with the space partition constraint.
|
public TsFileExecutor(IMetadataQuerier metadataQuerier, IChunkLoader chunkLoader)
public QueryDataSet execute(QueryExpression queryExpression) throws IOException
execute in interface QueryExecutorIOExceptionpublic QueryDataSet execute(QueryExpression queryExpression, long spacePartitionStartPos, long spacePartitionEndPos) throws IOException
queryExpression - query expressionspacePartitionStartPos - the start position of the space partitionspacePartitionEndPos - the end position of the space partitionIOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.