com.alpine.plugin.core.visualization
One can return a composite of multiple visualizations.
One can return a composite of multiple visualizations.
A composite visual model that can contain multiple visualizations.
Create a visualization for a DB table.
Create a visualization for a DB table. This pulls a preview of the DB table, for display in the results console.
The schema name of the table to preview.
The schema name of the table to preview.
A visualization of a sample of the table.
Create a visualization for a DB table.
Create a visualization for a DB table. This pulls a preview of the DB table, for display in the results console. Equivalent to dbTable.tableName)
A DB table that we want to visualize.
A visualization of the sample.
Create the default visual model for the given IOBase object.
Create the default visual model for the given IOBase object. This is useful to quickly generate a visual model for an existing IOBase object.
The IOBase object that we want to create a visual model for.
A matching visual model.
Create a visualization of an HTML text element.
Create a visualization of an HTML text element. Use this method rather than the 'createTextVisualization' method if you want to include HTML formatting elements (like a table, or bold text) in your visualization.
An HTML String
A text visualization object, which puts the html text inside of a <text> tag.
Gets the first few lines of the HdfsFile as plain text.
Gets the first few lines of the HdfsFile as plain text.
The file to preview.
The first few lines of the file as a visual model.
Create a visualization for an Hdfs tabular dataset.
Create a visualization for an Hdfs tabular dataset.
A visualization of the sample.
Create a simple text content visualization.
Create a simple text content visualization.
The text we want to display in the console.
A text visualization object.
Created by Jennifer Thompson on 2/16/17.