Package org.apache.iotdb.db.qp.physical
Class PhysicalPlan.Factory
- java.lang.Object
-
- org.apache.iotdb.db.qp.physical.PhysicalPlan.Factory
-
- Enclosing class:
- PhysicalPlan
public static class PhysicalPlan.Factory extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PhysicalPlancreate(java.io.DataInputStream stream)static PhysicalPlancreate(java.nio.ByteBuffer buffer)
-
-
-
Method Detail
-
create
public static PhysicalPlan create(java.nio.ByteBuffer buffer) throws java.io.IOException, org.apache.iotdb.commons.exception.IllegalPathException
- Throws:
java.io.IOExceptionorg.apache.iotdb.commons.exception.IllegalPathException
-
create
public static PhysicalPlan create(java.io.DataInputStream stream) throws java.io.IOException, org.apache.iotdb.commons.exception.IllegalPathException
- Throws:
java.io.IOExceptionorg.apache.iotdb.commons.exception.IllegalPathException
-
-