public class RecordLineage extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DATABASE_QUERY
The SQL statement used to query the database.
|
static String |
DATABASE_URL
The JDBC connection URL.
|
static String |
FILE
The
java.io.File used to create the DataReader. |
static String |
FILE_COLUMN_NUMBER
The beginning column number in the input file starting with 0.
|
static String |
FILE_LINE_NUMBER
The line number in the input file starting with 0.
|
static String |
RECORD_NUMBER
The sequential record number starting with 0.
|
static String |
RECORD_SCHEMA
The schema for ORC and Parquet files.
|
Constructor and Description |
---|
RecordLineage() |
RecordLineage(Record record) |
Modifier and Type | Method and Description |
---|---|
String |
getDatabaseQuery()
The SQL statement used to query the database.
|
String |
getDatabaseUrl()
The JDBC connection URL.
|
File |
getFile()
The
java.io.File used to create the DataReader. |
Long |
getFileColumnNumber()
Returns the column number in the input file starting with 0.
|
Long |
getFileLineNumber()
The line number in the input file starting with 0.
|
Record |
getRecord() |
Long |
getRecordNumber()
The beginning column number in the input file starting with 0.
|
String |
getRecordSchema()
The schema for ORC and Parquet files.
|
RecordLineage |
setDatabaseQuery(String queryString)
The SQL statement used to query the database.
|
RecordLineage |
setDatabaseUrl(String url)
The JDBC connection URL.
|
RecordLineage |
setFile(File file)
The
java.io.File used to create the DataReader. |
RecordLineage |
setFileColumnNumber(Long columnNumber)
The beginning column number in the input file starting with 0.
|
RecordLineage |
setFileLineNumber(Long lineNumber)
The line number in the input file starting with 0.
|
RecordLineage |
setRecord(Record record) |
RecordLineage |
setRecordNumber(long recordNumber)
Sets the sequential record number starting with 0.
|
RecordLineage |
setRecordSchema(String recordSchema)
The schema for ORC and Parquet files.
|
public static final String FILE
java.io.File
used to create the DataReader.public static final String FILE_LINE_NUMBER
public static final String FILE_COLUMN_NUMBER
public static final String RECORD_NUMBER
public static final String DATABASE_URL
public static final String DATABASE_QUERY
public static final String RECORD_SCHEMA
public RecordLineage()
public RecordLineage(Record record)
public Record getRecord()
public RecordLineage setRecord(Record record)
public File getFile()
java.io.File
used to create the DataReader.public RecordLineage setFile(File file)
java.io.File
used to create the DataReader.public Long getFileLineNumber()
public RecordLineage setFileLineNumber(Long lineNumber)
public Long getFileColumnNumber()
public RecordLineage setFileColumnNumber(Long columnNumber)
public Long getRecordNumber()
public RecordLineage setRecordNumber(long recordNumber)
public String getDatabaseUrl()
public RecordLineage setDatabaseUrl(String url)
public String getDatabaseQuery()
public RecordLineage setDatabaseQuery(String queryString)
public String getRecordSchema()
public RecordLineage setRecordSchema(String recordSchema)
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.