Uses of Class
inetsoft.spark.quickbooks.SparkSchema
-
Packages that use SparkSchema Package Description inetsoft.spark.quickbooks inetsoft.spark.quickbooks.source -
-
Uses of SparkSchema in inetsoft.spark.quickbooks
Methods in inetsoft.spark.quickbooks that return SparkSchema Modifier and Type Method Description SparkSchemaSparkSchema. flatten(boolean expandArrays)SparkSchemaSparkSchemaGenerator. generateSchema(Object... entities)Generate the spark schema for a list of objectsSparkSchemaSparkSchema. getSchema(String fieldName)Methods in inetsoft.spark.quickbooks with parameters of type SparkSchema Modifier and Type Method Description voidSparkSchema. addSchema(String fieldName, SparkSchema schema)Method parameters in inetsoft.spark.quickbooks with type arguments of type SparkSchema Modifier and Type Method Description org.apache.spark.sql.types.StructTypeSparkSchema. flatten(String parent, Map<String,SparkSchema> schemas, boolean expand) -
Uses of SparkSchema in inetsoft.spark.quickbooks.source
Methods in inetsoft.spark.quickbooks.source that return SparkSchema Modifier and Type Method Description SparkSchemaQuickbooksStreamReader. getSchema()Constructors in inetsoft.spark.quickbooks.source with parameters of type SparkSchema Constructor Description QuickbooksPartitionReader(QuickbooksStreamReader reader, SparkSchema schema)
-