Application
Interfaces, Classes, Traits and Enums
- ColumnInterface
- This is a ColumnInterface, all column classes must implmenting this interface
- FileManagerInterface
- This is a FileManagerInterface, all file manager classes must implmenting this interface
- LoaderInterface
- This is a LoaderInterface, all loader classes must implmenting this interface
- TypeInterface
- This is a TypeInterface, all type class must implmenting this interface
- Column
- This is gernal class of column.
- AbstractLoader
- This is an abstract class of Loader, all loader classed must extending this class and implement output method.
- CsvLoader
- This is a CSV loader
- FileManager
- This is a file manager class for generating destinations
- ParquetLoader
- This is a Parquet loader
- Result
- It's a class of result that output by loader
- DateTime
- This is a type class of DateTime
- Email
- This is a type class of Email
- Float
- This is a type class of Float
- Integer
- This is a type class of Integer
- RegularExpression
- This is a type class of Regular Expression
- Strings
- This is a type class of String