Go to the source code of this file.
Classes | |
| class | FlatFileExecStreamImpl |
| FlatFileExecStreamImpl implements the FlatFileExecStream interface. More... | |
Variables | |
| FENNEL_BEGIN_NAMESPACE const int | FLAT_FILE_MAX_COLUMN_NAME_LEN = 255 |
| The maximum length of a column name inside of a header. | |
| const int | FLAT_FILE_MAX_NON_CHAR_VALUE_LEN = 255 |
| The maximum length of text to scan for a non character column. | |
| FENNEL_BEGIN_NAMESPACE const int FLAT_FILE_MAX_COLUMN_NAME_LEN = 255 |
The maximum length of a column name inside of a header.
Definition at line 41 of file FlatFileExecStreamImpl.h.
Referenced by FlatFileExecStreamImpl::open().
| const int FLAT_FILE_MAX_NON_CHAR_VALUE_LEN = 255 |
The maximum length of text to scan for a non character column.
Definition at line 46 of file FlatFileExecStreamImpl.h.
Referenced by FlatFileExecStreamImpl::readTupleDescriptor().
1.5.1