:: AlpineSdkApi ::
:: AlpineSdkApi :: Represents a Database Table.
:: AlpineSdkApi :: Represents a Database Table.
Interface used to define a parser, which must provide methods for taking a data type to and from String representation.
:: AlpineSdkApi :: Represents a tabular dataset stored in HDFS using Avro serialization.
:: AlpineSdkApi ::
:: AlpineSdkApi ::
:: AlpineSdkApi :: A Hdfs input/output file.
:: AlpineSdkApi :: A Hdfs input/output file.
:: AlpineSdkApi :: An HTML formatted dataset stored in HDFS.
:: AlpineSdkApi :: Parquet.
:: AlpineSdkApi :: An unformatted text file stored on HDFS.
:: AlpineSdkApi :: An unformatted text file stored on HDFS. Use this for accessing raw text files.
:: AlpineSdkApi :: Tabular dataset refers to table format datasets, such as CSV/TSV Parquet/Avro, etc.
:: AlpineSdkApi :: Tabular dataset refers to table format datasets, such as CSV/TSV Parquet/Avro, etc. that reside within Hdfs.
:: AlpineSdkApi :: Used to represent a Hive table.
:: AlpineSdkApi :: Used to represent a Hive table. Contains the Hive database name (optional), table name, and tabular schema (column descriptions).
:: AlpineSdkApi :: All inputs and outputs to the operators should extend this class.
:: AlpineSdkApi :: All inputs and outputs to the operators should extend this class. E.g., the data set input/output classes.
Created by Jennifer Thompson on 9/13/17.
:: AlpineSdkApi :: A list of IOBase objects.
:: AlpineSdkApi :: A list of IOBase objects. This can be used to output a list of objects and/or to define inputs as list.
This can be passed from parent to child operator at design-time.
This can be passed from parent to child operator at design-time. It is part of the input and output objects of OperatorGUINode#getOperatorStatus. It is used to contain metadata about the IOBase objects that will be passed at runtime.
e.g. For a dataset: what the TabularSchema will be, what data-source it will be stored on. For a RowModel: what the input and output features will be, what the string identifier will be.
:: AlpineSdkApi :: Use this to define None (no input or output).
:: AlpineSdkApi :: Use this to define None (no input or output).
:: AlpineSdkApi :: A simple string output.
:: AlpineSdkApi :: A simple string output.
:: AlpineSdkApi ::
:: AlpineSdkApi ::
:: AlpineSdkApi :: A tabular dataset trait for Hadoop-based datasets.
:: AlpineSdkApi :: A tabular dataset trait for Hadoop-based datasets. This is not an IOBase interface by itself. Developers should not directly extend/implement this trait. Developers who want to implement their own TabularDataset formats that reside in Hdfs should extend HdfsTabularDataset.
:: AlpineSdkApi ::
:: AlpineSdkApi ::
:: AlpineSdkApi ::
:: AlpineSdkApi ::
:: AlpineSdkApi :: This is the interface for a pair input/output.
:: AlpineSdkApi :: This is the interface for a pair input/output.
:: AlpineSdkApi :: This is the interface for a triple input/output.
:: AlpineSdkApi :: This is the interface for a triple input/output.
:: AlpineSdkApi :: This is the interface for the quadruplet input/output.
:: AlpineSdkApi :: This is the interface for the quadruplet input/output.
:: AlpineSdkApi ::
:: AlpineSdkApi ::
The format of this tabular dataset.
Format specific attributes are stored in this (delimiter, escape char, quote char, etc.).
:: AlpineSdkApi :: Contains helper methods for HiveTable.
:: AlpineSdkApi :: Contains helper methods for HiveTable.
:: AlpineSdkApi ::
:: AlpineSdkApi ::
This is unused. The salient information is instead passed along in the HdfsTabularDataset instance at runtime.
:: AlpineSdkApi ::
:: AlpineSdkApi ::
:: AlpineSdkApi ::