Package io.crate.operation.reference.file

Examples of io.crate.operation.reference.file.LineContext


    private final LineContext lineContext;
    private final Set<ColumnIdent> prefetchColumns = new HashSet<>();

    public CollectorContext() {
        this.lineContext = new LineContext(this);
    }
View Full Code Here

TOP

Related Classes of io.crate.operation.reference.file.LineContext

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.