public class ResolvedNullColumn extends ResolvedColumn implements NullColumnLoader.NullColumnSpec
Constructor and Description |
---|
ResolvedNullColumn(ColumnMetadata colDefn,
VectorSource source,
int sourceIndex) |
ResolvedNullColumn(String name,
TypeProtos.MajorType type,
String defaultValue,
VectorSource source,
int sourceIndex) |
Modifier and Type | Method and Description |
---|---|
String |
defaultValue() |
String |
name()
The name of the column as it appears in the output
row (record batch.)
|
MaterializedField |
schema()
Return the type of this column.
|
void |
setType(TypeProtos.MajorType type) |
String |
toString() |
TypeProtos.MajorType |
type() |
metadata, project, source, sourceIndex
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
metadata
public ResolvedNullColumn(String name, TypeProtos.MajorType type, String defaultValue, VectorSource source, int sourceIndex)
public ResolvedNullColumn(ColumnMetadata colDefn, VectorSource source, int sourceIndex)
public String name()
ColumnProjection
name
in interface ColumnProjection
name
in interface NullColumnLoader.NullColumnSpec
public TypeProtos.MajorType type()
type
in interface NullColumnLoader.NullColumnSpec
public void setType(TypeProtos.MajorType type)
setType
in interface NullColumnLoader.NullColumnSpec
public MaterializedField schema()
ResolvedColumn
schema
in class ResolvedColumn
public String defaultValue()
defaultValue
in interface NullColumnLoader.NullColumnSpec
Copyright © 1970 The Apache Software Foundation. All rights reserved.