Class ModelParser
- java.lang.Object
-
- org.apache.wayang.api.sql.calcite.utils.ModelParser
-
public class ModelParser extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ModelParser()
ModelParser(Configuration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFsPath()
java.lang.String
getSeparator()
Configuration
setProperties()
-
-
-
Constructor Detail
-
ModelParser
public ModelParser() throws java.io.IOException, org.json.simple.parser.ParseException
- Throws:
java.io.IOException
org.json.simple.parser.ParseException
-
ModelParser
public ModelParser(Configuration configuration) throws java.io.IOException, org.json.simple.parser.ParseException
- Throws:
java.io.IOException
org.json.simple.parser.ParseException
-
-
Method Detail
-
setProperties
public Configuration setProperties()
-
getFsPath
public java.lang.String getFsPath()
-
getSeparator
public java.lang.String getSeparator()
-
-