Uses of Class
org.apache.iotdb.db.qp.physical.sys.ShowTimeSeriesPlan
-
-
Uses of ShowTimeSeriesPlan in org.apache.iotdb.db.metadata
Methods in org.apache.iotdb.db.metadata with parameters of type ShowTimeSeriesPlan Modifier and Type Method Description java.util.List<ShowTimeSeriesResult>LocalSchemaProcessor. showTimeseries(ShowTimeSeriesPlan plan, QueryContext context) -
Uses of ShowTimeSeriesPlan in org.apache.iotdb.db.metadata.mtree
Methods in org.apache.iotdb.db.metadata.mtree with parameters of type ShowTimeSeriesPlan Modifier and Type Method Description org.apache.iotdb.tsfile.utils.Pair<java.util.List<org.apache.iotdb.tsfile.utils.Pair<org.apache.iotdb.commons.path.PartialPath,java.lang.String[]>>,java.lang.Integer>IMTreeBelowSG. getAllMeasurementSchema(ShowTimeSeriesPlan plan, QueryContext queryContext)Get all measurement schema matching the given path patternorg.apache.iotdb.tsfile.utils.Pair<java.util.List<org.apache.iotdb.tsfile.utils.Pair<org.apache.iotdb.commons.path.PartialPath,java.lang.String[]>>,java.lang.Integer>MTreeBelowSGCachedImpl. getAllMeasurementSchema(ShowTimeSeriesPlan plan, QueryContext queryContext)Get all measurement schema matching the given path patternorg.apache.iotdb.tsfile.utils.Pair<java.util.List<org.apache.iotdb.tsfile.utils.Pair<org.apache.iotdb.commons.path.PartialPath,java.lang.String[]>>,java.lang.Integer>MTreeBelowSGMemoryImpl. getAllMeasurementSchema(ShowTimeSeriesPlan plan, QueryContext queryContext)Get all measurement schema matching the given path pattern -
Uses of ShowTimeSeriesPlan in org.apache.iotdb.db.metadata.schemaregion
Methods in org.apache.iotdb.db.metadata.schemaregion with parameters of type ShowTimeSeriesPlan Modifier and Type Method Description org.apache.iotdb.tsfile.utils.Pair<java.util.List<ShowTimeSeriesResult>,java.lang.Integer>ISchemaRegion. showTimeseries(ShowTimeSeriesPlan plan, QueryContext context)org.apache.iotdb.tsfile.utils.Pair<java.util.List<ShowTimeSeriesResult>,java.lang.Integer>SchemaRegionMemoryImpl. showTimeseries(ShowTimeSeriesPlan plan, QueryContext context)org.apache.iotdb.tsfile.utils.Pair<java.util.List<ShowTimeSeriesResult>,java.lang.Integer>SchemaRegionSchemaFileImpl. showTimeseries(ShowTimeSeriesPlan plan, QueryContext context) -
Uses of ShowTimeSeriesPlan in org.apache.iotdb.db.metadata.tag
Methods in org.apache.iotdb.db.metadata.tag with parameters of type ShowTimeSeriesPlan Modifier and Type Method Description java.util.List<IMeasurementMNode>TagManager. getMatchedTimeseriesInIndex(ShowTimeSeriesPlan plan, QueryContext context) -
Uses of ShowTimeSeriesPlan in org.apache.iotdb.db.query.dataset
Constructors in org.apache.iotdb.db.query.dataset with parameters of type ShowTimeSeriesPlan Constructor Description ShowTimeseriesDataSet(ShowTimeSeriesPlan showTimeSeriesPlan, QueryContext context)
-