Medial Code Documentation
Loading...
Searching...
No Matches
Data Structures | Namespaces | Macros
single_file_split.h File Reference

base implementation of line-spliter More...

#include <dmlc/base.h>
#include <dmlc/io.h>
#include <dmlc/logging.h>
#include <sys/stat.h>
#include <cstdio>
#include <string>
#include <algorithm>

Go to the source code of this file.

Data Structures

class  dmlc::io::SingleFileSplit
 line split implementation from single FILE simply returns lines of files, used for stdin More...
 

Namespaces

namespace  dmlc
 namespace for dmlc
 

Macros

#define stat_struct   stat
 

Detailed Description

base implementation of line-spliter

Copyright (c) 2015 by Contributors

Author
Tianqi Chen