Class TsFileExecutor

    • Method Detail

      • execute

        public QueryDataSet execute​(QueryExpression queryExpression,
                                    long spacePartitionStartPos,
                                    long spacePartitionEndPos)
                             throws java.io.IOException
        Query with the space partition constraint.
        Parameters:
        queryExpression - query expression
        spacePartitionStartPos - the start position of the space partition
        spacePartitionEndPos - the end position of the space partition
        Returns:
        QueryDataSet
        Throws:
        java.io.IOException