Class ColumnPath
- Namespace
- ParquetSharp.Schema
- Assembly
- ParquetSharp.dll
public sealed class ColumnPath : IDisposable
- Inheritance
-
ColumnPath
- Implements
- Inherited Members
Constructors
ColumnPath(Node)
public ColumnPath(Node node)
Parameters
node
Node
ColumnPath(string)
public ColumnPath(string dotString)
Parameters
dotString
string
ColumnPath(string[])
public ColumnPath(string[] dotVector)
Parameters
dotVector
string[]
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Extend(string)
public ColumnPath Extend(string nodeName)
Parameters
nodeName
string
Returns
ToDotString()
public string ToDotString()
Returns
ToDotVector()
public string[] ToDotVector()
Returns
- string[]
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.